[Lunar-commits] r23990 - in moonbase/trunk: filesys/e2fsprogs net/ifplugd/init.d net/net-tools

Moritz Heiber moe at lunar-linux.org
Mon Apr 9 17:19:16 CEST 2007


Author: moe
Date: 2007-04-09 17:19:16 +0200 (Mon, 09 Apr 2007)
New Revision: 23990

Added:
   moonbase/trunk/filesys/e2fsprogs/POST_INSTALL
Modified:
   moonbase/trunk/net/ifplugd/init.d/ifplugd
   moonbase/trunk/net/net-tools/POST_INSTALL
Log:
Adding two POST_INSTALL hooks for net-tools/e2fsprogs to prevent
the users from trashing their systems.

Also, make our action script the default for ifplugd



Added: moonbase/trunk/filesys/e2fsprogs/POST_INSTALL
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/POST_INSTALL	                        (rev 0)
+++ moonbase/trunk/filesys/e2fsprogs/POST_INSTALL	2007-04-09 15:19:16 UTC (rev 23990)
@@ -0,0 +1,3 @@
+# This is going to make migrating to lunar-init way easier
+
+lin -c lunar-init

Modified: moonbase/trunk/net/ifplugd/init.d/ifplugd
===================================================================
--- moonbase/trunk/net/ifplugd/init.d/ifplugd	2007-04-09 14:04:38 UTC (rev 23989)
+++ moonbase/trunk/net/ifplugd/init.d/ifplugd	2007-04-09 15:19:16 UTC (rev 23990)
@@ -38,6 +38,8 @@
 # Description:       Start ifplugd
 ### END INIT INFO
 
+ARGS="-r /etc/ifplugd/ifplugd-lunar.action"
+
 CFG=/etc/ifplugd/ifplugd.conf
 
 IFPLUGD=/usr/sbin/ifplugd

Modified: moonbase/trunk/net/net-tools/POST_INSTALL
===================================================================
--- moonbase/trunk/net/net-tools/POST_INSTALL	2007-04-09 14:04:38 UTC (rev 23989)
+++ moonbase/trunk/net/net-tools/POST_INSTALL	2007-04-09 15:19:16 UTC (rev 23990)
@@ -1,4 +1,7 @@
+# This is going to make the migration to lunar-init way easier
 
+lin -c lunar-init
+
 mkdir -p /etc/config.d/{network,bonding}
 mkdir -p /var/run
 



More information about the Lunar-commits mailing list