ソースを参照

Fix PIDDIR assertion (Closes: #648815).

Christoph Biedl 13 年 前
コミット
066247286a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      debian/ngircd.init

+ 1 - 1
debian/ngircd.init

@@ -42,7 +42,7 @@ DAEMONUSER='irc'	# also group
 . /lib/lsb/init-functions
 
 # Assert PIDDIR
-[ ! -d "$PIDDIR" ] || mkdir -p "$PIDDIR"
+[ -d "$PIDDIR" ] || mkdir -p "$PIDDIR"
 chown "$DAEMONUSER:$DAEMONUSER" "$PIDDIR"
 
 # Assert DAEMONUSER's home