Index: Makefile =================================================================== --- Makefile (revision 458825) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= logsurfer PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.crypt.gen.nz/logsurfer/ \ ZI Index: files/logsurfer.in =================================================================== --- files/logsurfer.in (revision 458825) +++ files/logsurfer.in (working copy) @@ -40,6 +40,6 @@ pidfile=${logsurfer_pidfile:="/var/run/logsurfer.pid"} command=%%PREFIX%%/bin/logsurfer command_args="-D -p ${pidfile} -c ${logsurfer_config} -F -s -e ${logsurfer_logfile}" -required_files=${logsurfer_config} ${logsurfer_logfile} +required_files="${logsurfer_config} ${logsurfer_logfile}" run_rc_command "$1"