]> git.pld-linux.org Git - packages/SysVinit.git/blob - sysvinit-initctl.patch
- remove create /dev/initctl
[packages/SysVinit.git] / sysvinit-initctl.patch
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.039877 seconds and 3 git commands to generate.