]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- do not "install -g nogroup"
authorradek <radek@pld-linux.org>
Mon, 3 Apr 2006 08:11:04 +0000 (08:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stunnel-Makefile.patch -> 1.1

stunnel-Makefile.patch [new file with mode: 0644]

diff --git a/stunnel-Makefile.patch b/stunnel-Makefile.patch
new file mode 100644 (file)
index 0000000..5234989
--- /dev/null
@@ -0,0 +1,11 @@
+--- tools/Makefile.am~ 2006-04-01 23:32:25.768966500 +0200
++++ tools/Makefile.am  2006-04-03 10:04:03.295469000 +0200
+@@ -28,7 +28,7 @@
+               ${INSTALL} -m 600 stunnel.pem $(DESTDIR)$(confdir)/stunnel.pem; \
+               rm stunnel.pem; \
+       fi
+-      ${INSTALL} -d -m 1770 -g nogroup $(DESTDIR)$(prefix)/var/lib/stunnel
++      ${INSTALL} -d -m 1770 $(DESTDIR)$(prefix)/var/lib/stunnel
+       if uname | grep SunOS; then \
+               ${INSTALL} -d -m 755 $(DESTDIR)$(prefix)/var/lib/stunnel/dev; \
+               mknod $(DESTDIR)$(prefix)/var/lib/stunnel/dev/zero c 13 12; \
This page took 0.05403 seconds and 4 git commands to generate.