#238 Fix typo about pid-file
Merged 5 years ago by simo. Opened 5 years ago by slev.
slev/gssproxy fix_pid_file  into  master

file modified
+1 -1
@@ -62,7 +62,7 @@ 

  

  AC_DEFUN([WITH_PID_FILE],

    [ AC_ARG_WITH([pid-file],

-                 [AC_HELP_STRING([--with-id-file=PATH],

+                 [AC_HELP_STRING([--with-pid-file=PATH],

                                  [Name of the GSS Proxy pid file [/var/run/gssproxy.pid]]

                                 )

                  ]

The actual name of configure option is '--with-pid-file'.

Signed-off-by: Stanislav Levin slev@altlinux.org
Fixes: https://pagure.io/gssproxy/issue/237

rebased onto 1aff8e4

5 years ago

Pull-Request has been merged by simo

5 years ago