summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/04-restore-pidfile-default.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/04-restore-pidfile-default.patch b/debian/patches/04-restore-pidfile-default.patch
index 17e511b..ecb5939 100644
--- a/debian/patches/04-restore-pidfile-default.patch
+++ b/debian/patches/04-restore-pidfile-default.patch
@@ -21,7 +21,7 @@ Last-Update: 2018-12-06
stunnel_LDFLAGS = -L$(SSLDIR)/lib64 -L$(SSLDIR)/lib -lssl -lcrypto
--- a/src/options.c
+++ b/src/options.c
-@@ -1044,7 +1044,7 @@
+@@ -1049,7 +1049,7 @@
#ifndef USE_WIN32
switch(cmd) {
case CMD_SET_DEFAULTS:
@@ -30,7 +30,7 @@ Last-Update: 2018-12-06
break;
case CMD_SET_COPY: /* not used for global options */
break;
-@@ -1068,9 +1068,10 @@
+@@ -1073,9 +1073,10 @@
return "Pid file must include full path name";
break;
case CMD_PRINT_DEFAULTS: