[Initng-svn] r4040 - in initng-ifiles/trunk: .
svn at initng.thinktux.net
svn at initng.thinktux.net
Sun May 7 14:03:02 CEST 2006
Author: deac
Date: Sun May 7 14:03:00 2006
New Revision: 4040
Modified:
initng-ifiles/trunk/NEWS
initng-ifiles/trunk/initfiles/net/bridge.ii
Log:
initng-ifiles: NEWS updated
Modified: initng-ifiles/trunk/NEWS
==============================================================================
--- initng-ifiles/trunk/NEWS (original)
+++ initng-ifiles/trunk/NEWS Sun May 7 14:03:00 2006
@@ -1,31 +1,37 @@
Version History:
---------------
- 200/05/01
- initng-ifiles-0.0.3.2
+
+2006/05/07
+initng-ifiles-0.0.3.3
+ * nfs and mit-krb5 added
+ * autotools-support removed
+
+2006/05/01
+initng-ifiles-0.0.3.2
* add system/modules in "gen_system_runlevel -all"
* bringing down interfaces on Debian/Ubuntu shouldn't exit with exit 1 anymore
* added support for new udev 090 (udevtrigger and udevsettle)
* and much more
- 2006/04/21
- inintng-files-0.0.3.1
+2006/04/21
+inintng-files-0.0.3.1
* networking fixes for Ubuntu Dapper
* start iptables as early as possible
* hostmame fixes for Debian
* more stuff which has been forgotten
- 2006/04/12
- inintng-files-0.0.3
+2006/04/12
+inintng-files-0.0.3
* replace the whole auto* stuff with cmake
- 2006/03/26
- initng-ifiles-0.0.2.1
+2006/03/26
+initng-ifiles-0.0.2.1
* hostname: fixed
- 2006/03/25
- initng-ifiles-0.0.2
+2006/03/25
+initng-ifiles-0.0.2
* moved some stuff to initng
- 2006/03/08
- initng-ifiles-0.0.1 First release.
+2006/03/08
+initng-ifiles-0.0.1 First release.
* added an keyword that you can put in .ii files, and that line will be printed when user uses ng-update to add/delete services.
Modified: initng-ifiles/trunk/initfiles/net/bridge.ii
==============================================================================
--- initng-ifiles/trunk/initfiles/net/bridge.ii (original)
+++ initng-ifiles/trunk/initfiles/net/bridge.ii Sun May 7 14:03:00 2006
@@ -1,13 +1,10 @@
-# !!! DO NOT TRY THIS SCRIPT !!!
-# !!! IT WILL NOT WORK !!!
-
-service net/bridge/*/* {
+service net/bridge/if/*/* {
need = system/bootmisc ${CATEGORY};
exec start = @brctl@ addif ${CATEGORY##*/} ${NAME};
exec stop = @brctl@ delif ${CATEGORY##*/} ${NAME};
}
-service net/bridge/* {
+service net/bridge/br/* {
need = system/bootmisc;
exec start = @brctl@ addbr ${NAME};
exec stop = @brctl@ delbr ${NAME};
More information about the Initng-svn
mailing list