Christian Ruppert
|
2990e5a2e3
|
Whitespace
|
2012-01-22 01:17:42 +01:00 |
|
Mike Frysinger
|
ef1ff1b4f2
|
make shell math operations style more succulent
Convert the style:
var=$((${var} + 1))
to:
: $(( var += 1 ))
The latter is easier to read imo.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
2011-11-19 02:25:36 -05:00 |
|
Mike Frysinger
|
d0bc4f20ad
|
drop useless "All rights reserved" notice
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
|
2011-06-29 19:46:31 -04:00 |
|
Roy Marples
|
cc5e43922e
|
Supply a working default inittab
|
2009-05-07 10:44:50 +01:00 |
|
Roy Marples
|
658a220638
|
Add (c) to Copyright
|
2009-05-01 15:11:40 +01:00 |
|
Roy Marples
|
6159a32f39
|
SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.
|
2008-03-19 19:57:24 +00:00 |
|
Roy Marples
|
fec312d448
|
Update copyrights, my email and license.
|
2008-01-11 15:31:10 +00:00 |
|
Roy Marples
|
b717153549
|
Move inittab to the support directorry as the sysvinit package normally owns it, not OpenRC.
|
2008-01-03 16:08:45 +00:00 |
|
Roy Marples
|
ac9279cc0d
|
Massive whitespace cleanup
|
2007-11-28 15:45:03 +00:00 |
|
Roy Marples
|
f434007b98
|
Add OpenVPN support files
|
2007-11-28 13:44:30 +00:00 |
|