]> git.pld-linux.org Git - packages/stunnel.git/commitdiff
- fixes in am.patch
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 12 Jan 2003 20:05:10 +0000 (20:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- piddir.patch seems obsolete

Changed files:
    stunnel-am.patch -> 1.2
    stunnel-piddir.patch -> 1.2

stunnel-am.patch
stunnel-piddir.patch [deleted file]

index 4e54ff1930e7e52be04f9edb5c507e951aee8a8f..c0aed03aa332d6256ad6dff2be3fbdeba8902dbd 100644 (file)
                -config $(srcdir)/stunnel.cnf -out stunnel.pem -keyout stunnel.pem; \
        test $(USE_DH) -eq 0 || $(openssl) gendh $$RND 512 >> stunnel.pem
        $(openssl) x509 -subject -dates -fingerprint -noout \
+@@ -23,7 +23,7 @@
+               -in stunnel.pem
+ install-data-hook:
+-      chmod 0600 $(confdir)/stunnel.pem
++      chmod 0600 $(DESTDIR)$(confdir)/stunnel.pem
+ clean-local:
+       -rm -f stunnel.rnd
diff --git a/stunnel-piddir.patch b/stunnel-piddir.patch
deleted file mode 100644 (file)
index 41ec1e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- stunnel-3.9/Makefile.in~   Sun Dec 31 04:37:29 2000
-+++ stunnel-3.9/Makefile.in    Sun Dec 31 04:38:07 2000
-@@ -9,7 +9,7 @@
- sbindir=@sbindir@
- libdir=@libdir@
- man8dir=@mandir@/man8
--piddir=@localstatedir@/stunnel/
-+piddir=/var/run/stunnel/
- ssldir=@ssldir@
- PEM_DIR=@PEM_DIR@
- @SET_MAKE@
This page took 0.07022 seconds and 4 git commands to generate.