summaryrefslogtreecommitdiffstats
path: root/source/a/sysvinit
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/sysvinit')
-rw-r--r--source/a/sysvinit/CHANGES1
-rw-r--r--source/a/sysvinit/doinst.sh2
-rwxr-xr-xsource/a/sysvinit/sysvinit.SlackBuild4
3 files changed, 3 insertions, 4 deletions
diff --git a/source/a/sysvinit/CHANGES b/source/a/sysvinit/CHANGES
new file mode 100644
index 000000000..a4c1f96b9
--- /dev/null
+++ b/source/a/sysvinit/CHANGES
@@ -0,0 +1 @@
+Removed pidof symlink.
diff --git a/source/a/sysvinit/doinst.sh b/source/a/sysvinit/doinst.sh
index 0e476e119..841c48f09 100644
--- a/source/a/sysvinit/doinst.sh
+++ b/source/a/sysvinit/doinst.sh
@@ -40,8 +40,6 @@ fi
( cd sbin ; ln -sf init telinit )
( cd sbin ; rm -rf reboot )
( cd sbin ; ln -sf halt reboot )
-( cd sbin ; rm -rf pidof )
-( cd sbin ; ln -sf killall5 pidof )
( cd sbin ; rm -rf poweroff )
( cd sbin ; ln -sf halt poweroff )
diff --git a/source/a/sysvinit/sysvinit.SlackBuild b/source/a/sysvinit/sysvinit.SlackBuild
index bb1f8ee6e..49754b74b 100755
--- a/source/a/sysvinit/sysvinit.SlackBuild
+++ b/source/a/sysvinit/sysvinit.SlackBuild
@@ -22,7 +22,7 @@
VERSION=${VERSION:-2.88dsf}
-BUILD=${BUILD:-3}
+BUILD=${BUILD:-4}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -97,7 +97,7 @@ done
for page in inittab.5 initscript.5 ; do
cat $page | gzip -9c > $PKG/usr/man/man5/$page.gz
done
-for page in halt.8 init.8 killall5.8 pidof.8 poweroff.8 reboot.8 runlevel.8 \
+for page in halt.8 init.8 killall5.8 poweroff.8 reboot.8 runlevel.8 \
shutdown.8 telinit.8 bootlogd.8 ; do
cat $page | gzip -9c > $PKG/usr/man/man8/$page.gz
done