X Strike Force XFree86 SVN commit: r1256 - trunk/debian
Author: branden
Date: 2004-04-14 15:41:35 -0500 (Wed, 14 Apr 2004)
New Revision: 1256
Modified:
trunk/debian/xfs.postinst.in
Log:
(cosmetic) Initialize variable after corresponding comment, not before.
Modified: trunk/debian/xfs.postinst.in
===================================================================
--- trunk/debian/xfs.postinst.in 2004-04-14 19:18:02 UTC (rev 1255)
+++ trunk/debian/xfs.postinst.in 2004-04-14 20:41:35 UTC (rev 1256)
@@ -42,9 +42,9 @@
# restarting the daemon may cause output to stdout
db_stop
-NOSTART=
# If we are not installing, we may or may not need to restart the daemon, but we
# always start the daemon on install.
+NOSTART=
if [ ! -e /var/run/xfs.install ]; then
# Don't start the daemon if it wasn't stopped...
if [ -e /var/run/xfs.daemon-not-stopped ]; then
Reply to: