Browse Source

Removed useless DAEMON_OPT from init script

Mario Iseli 15 years ago
parent
commit
54ceca8523
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/ngircd.init

+ 1 - 1
debian/ngircd.init

@@ -42,7 +42,7 @@ test -x $DAEMON || exit 0
 
 . /lib/lsb/init-functions
 
-DAEMON_OPTS="-n"          # Additional options given to the server
+DAEMON_OPTS=""          # Additional options given to the server
 
 DIETIME=10              # Time to wait for the server to die, in seconds