]> git.pld-linux.org Git - packages/SysVinit.git/blame - sysvinit-initctl.patch
- new patches (selinux support, block signals when talking with syslog, clean killall)
[packages/SysVinit.git] / sysvinit-initctl.patch
CommitLineData
48b1058a 1--- sysvinit-2.85/src/Makefile~ 2003-06-29 11:20:22.000000000 +0000
2+++ sysvinit-2.85/src/Makefile 2003-06-29 11:21:34.000000000 +0000
3@@ -114,10 +114,3 @@
4 endif
5 $(INSTALL) -m 644 ../man/last.1 ../man/lastb.1 ../man/mesg.1 \
6 $(ROOT)$(MANDIR)/man1
7- #
8- # This part is skipped on debian systems, the
9- # debian.preinst script takes care of it.
10- @if [ ! -p /dev/initctl ]; then \
11- echo "Creating /dev/initctl"; \
12- rm -f /dev/initctl; \
13- mknod -m 600 /dev/initctl p; fi
This page took 0.027466 seconds and 4 git commands to generate.