]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- remove create /dev/initctl
authorareq <areq@pld-linux.org>
Sun, 29 Jun 2003 11:24:50 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sysvinit-initctl.patch -> 1.1

sysvinit-initctl.patch [new file with mode: 0644]

diff --git a/sysvinit-initctl.patch b/sysvinit-initctl.patch
new file mode 100644 (file)
index 0000000..53b654c
--- /dev/null
@@ -0,0 +1,13 @@
+--- sysvinit-2.85/src/Makefile~        2003-06-29 11:20:22.000000000 +0000
++++ sysvinit-2.85/src/Makefile 2003-06-29 11:21:34.000000000 +0000
+@@ -114,10 +114,3 @@
+ endif
+               $(INSTALL) -m 644 ../man/last.1 ../man/lastb.1 ../man/mesg.1 \
+                       $(ROOT)$(MANDIR)/man1
+-              #
+-              # This part is skipped on debian systems, the
+-              # debian.preinst script takes care of it.
+-              @if [ ! -p /dev/initctl ]; then \
+-               echo "Creating /dev/initctl"; \
+-               rm -f /dev/initctl; \
+-               mknod -m 600 /dev/initctl p; fi
This page took 0.079416 seconds and 4 git commands to generate.