Robin H. Johnson
|
1b0130961e
|
checkbashisms: clean up export statements.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
2012-11-07 00:22:33 +00: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
|
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
|
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 |
|