r289 - mdadm/trunk/debian

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Wed Dec 13 15:38:25 CET 2006


Author: madduck
Date: 2006-12-13 15:38:25 +0100 (Wed, 13 Dec 2006)
New Revision: 289

Modified:
   mdadm/trunk/debian/mdadm.postinst
Log:
use --syslog and small fixes

Modified: mdadm/trunk/debian/mdadm.postinst
===================================================================
--- mdadm/trunk/debian/mdadm.postinst	2006-12-13 14:35:17 UTC (rev 288)
+++ mdadm/trunk/debian/mdadm.postinst	2006-12-13 14:38:25 UTC (rev 289)
@@ -86,8 +86,7 @@
     db_get mdadm/start_daemon
     START_DAEMON="${RET:-true}"
     #db_get mdadm/daemon_options
-    [ -n "${DAEMON_OPTIONS:-}" ] || DAEMON_OPTIONS='-y'
-    # see #402457 for reason to use -y instead of --syslog
+    [ -n "${DAEMON_OPTIONS:-}" ] || DAEMON_OPTIONS='--syslog'
 
     cat <<_eof > $DEBIANCONFIG
 # mdadm Debian configuration
@@ -122,12 +121,12 @@
 #   additional options to pass to the daemon.
 DAEMON_OPTIONS="$DAEMON_OPTIONS"
 
-# VERBOSE=
+# VERBOSE:
 #   if this variable is set to true, mdadm will be a little more verbose e.g.
 #   when creating the initramfs.
 VERBOSE=${VERBOSE:-false}
 
-# MAIL_TO
+# MAIL_TO:
 #   this variable is now managed in /etc/mdadm/mdadm.conf (MAILADDR).
 #   Please see mdadm.conf(5).
 




More information about the pkg-mdadm-commits mailing list