openrc/init.d
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
..
.gitignore Add a new staticroute init script so that .... static routes can be configured! 2009-10-16 08:08:22 +01:00
adjkerntz.in
bootmisc.in fix random typos 2011-10-16 19:02:21 -04:00
consolefont.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
devd.in
devdb.in fix random typos 2011-10-16 19:02:21 -04:00
devfs.in
dmesg.in
dumpon.in fix random typos 2011-10-16 19:02:21 -04:00
fsck.in Revert "fsck: add the ability to specify mount points to check" 2011-11-06 22:06:58 -06:00
hostid.in
hostname.in
hwclock.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
ipfw.in fix random typos 2011-10-16 19:02:21 -04:00
keymaps.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
killprocs.in
local.in
localmount.in Fix regex pattern for umounts during shutdown 2011-09-11 18:51:29 +02:00
Makefile Deprecate the network and staticroute scripts 2011-11-16 13:29:52 -06:00
mixer.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
modules.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
mount-ro.in Fix regex pattern for umounts during shutdown 2011-09-11 18:51:29 +02:00
moused.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
mtab.in Mtab: fix typo 2011-09-02 01:56:41 -05:00
net.lo.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
netmount.in
network.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
newsyslog.in
nscd.in
numlock.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
pf.in
powerd.in
procfs.in procfs: simplify the binfmt_misc mount check 2011-09-18 16:01:28 -04:00
rarpd.in
rc-enabled.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
root.in
rpcbind.in
savecache.in
savecore.in
staticroute.in Deprecate the network and staticroute scripts 2011-11-16 13:29:52 -06:00
swap-blk.in
swap.in
swclock.in swclock: select a default reference file 2011-07-28 09:21:29 -05:00
syscons.in
sysctl.BSD.in
sysctl.Linux.in
sysfs.in CGroups: /sys/fs/cgroups should be a tmpfs 2011-11-18 17:58:37 -06:00
syslogd.in
termencoding.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
ttys.in
urandom.in make shell math operations style more succulent 2011-11-19 02:25:36 -05:00
wscons.in