2010-12-21 Mats Erik Andersson <[email protected]> + * src/inetd.c (pidfile_option): New variable. + (pid_file): New variable. + (argp_options): Add an option for replacing path of PID file.
s/path/file name/ In GNU a path is something different, namley a list of file names or directories to search. Keep up the good work. + (parse_opt): Handle option `p'. + (main): Condition PID file use on PIDFILE_OPTION. Replace the + macro PATH_INETDPID by variable PID_FILE.
