opnsense-ports/java/avis/files/patch-server-bin-avisd
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
305 B
Text

--- server/bin/avisd 2008-01-19 19:22:26.000000000 +1030
+++ server/bin/avisd.new 2008-01-29 16:40:15.038606540 +1030
@@ -51,7 +51,7 @@
command="java $java_options -jar $avisd_jar $avis_opts"
-if [ $daemon == 1 ]; then
+if [ $daemon -eq 1 ]; then
if [ -z $logfile ]; then
logfile=/dev/null