initng/trunk/daemon/postfix.i

glen cvs at pld-linux.org
Wed Mar 22 18:35:26 CET 2006


Author: glen
Date: Wed Mar 22 18:35:23 2006
New Revision: 7276

Modified:
   initng/trunk/daemon/postfix.i
Log:
- run after svscan

Modified: initng/trunk/daemon/postfix.i
==============================================================================
--- initng/trunk/daemon/postfix.i	(original)
+++ initng/trunk/daemon/postfix.i	Wed Mar 22 18:35:23 2006
@@ -1,7 +1,12 @@
 # Autogenerated by ./migrate_rc.d-initng.i.sh on Fri Nov  4 19:50:45 EET 2005
 service daemon/postfix {
+	stdout = /dev/null;
 	need = system/rundir daemon/network;
 
+	# there's something weird going on. depend on svscan which indirectly
+	# provides dns service.
+	use = daemon/svscan;
+
 	exec start = /etc/rc.d/init.d/postfix start;
 	exec stop = /etc/rc.d/init.d/postfix stop;
 }


More information about the pld-cvs-commit mailing list