aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-06-05 01:57:31 +0200
committerTom Gundersen <teg@jklm.no>2011-06-05 01:57:31 +0200
commit0dfd69b9e8617ef15413e5022442017603be5344 (patch)
tree7d03111e655e14529f62d5d1041f6f3d0069eecf /rc.single
parent66f7acdc789099114945f08c92c9957f7e536f2d (diff)
parentd847a204aa5ab21a6c02998846ec3216cc7f887d (diff)
downloadinitscripts-0dfd69b9e8617ef15413e5022442017603be5344.tar.xz
Merge remote-tracking branch 'falconindy/working'
Conflicts: rc.sysinit Conflict with ip move away from /usr
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.single b/rc.single
index d1191d2..92b8f53 100755
--- a/rc.single
+++ b/rc.single
@@ -49,7 +49,7 @@ if [[ $RUNLEVEL = 1 ]]; then
fi
/bin/touch /var/log/boot
-kill `/bin/cat /run/bootlogd.pid`
+kill $(/bin/cat /run/bootlogd.pid)
/bin/rm /run/bootlogd.pid
# End of file