From: Michael Tremer Date: Thu, 23 Jul 2009 19:00:56 +0000 (+0200) Subject: Moved network files a little bit around. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34820f00a09ffbcfc0ad06974ac94eb473d28fc6;p=ipfire-3.x.git Moved network files a little bit around. --- diff --git a/lfs/network b/lfs/network index a90aabefc..b0933ead0 100644 --- a/lfs/network +++ b/lfs/network @@ -78,6 +78,6 @@ $(OBJECT): $(objects) @$(PREBUILD) install -m 755 -v $(DIR_APP)/network /sbin -mkdir -pv /lib/network - cp -av $(DIR_APP)/lib/* /lib/network/ + cp -av $(DIR_APP)/{hooks,functions,port,zone} /lib/network/ $(INSTALL_INITSCRIPT) @$(POSTBUILD) diff --git a/src/network/lib/functions b/src/network/functions similarity index 100% rename from src/network/lib/functions rename to src/network/functions diff --git a/src/network/lib/hooks/README b/src/network/hooks/README similarity index 100% rename from src/network/lib/hooks/README rename to src/network/hooks/README diff --git a/src/network/lib/hooks/bonding b/src/network/hooks/bonding similarity index 100% rename from src/network/lib/hooks/bonding rename to src/network/hooks/bonding diff --git a/src/network/lib/hooks/ethernet b/src/network/hooks/ethernet similarity index 100% rename from src/network/lib/hooks/ethernet rename to src/network/hooks/ethernet diff --git a/src/network/lib/hooks/ipv4-static b/src/network/hooks/ipv4-static similarity index 100% rename from src/network/lib/hooks/ipv4-static rename to src/network/hooks/ipv4-static diff --git a/src/network/lib/hooks/ipv4-static-route b/src/network/hooks/ipv4-static-route similarity index 100% rename from src/network/lib/hooks/ipv4-static-route rename to src/network/hooks/ipv4-static-route diff --git a/src/network/lib/hooks/mtu b/src/network/hooks/mtu similarity index 100% rename from src/network/lib/hooks/mtu rename to src/network/hooks/mtu diff --git a/src/network/lib/hooks/stp b/src/network/hooks/stp similarity index 100% rename from src/network/lib/hooks/stp rename to src/network/hooks/stp diff --git a/src/network/lib/hooks/vlan b/src/network/hooks/vlan similarity index 100% rename from src/network/lib/hooks/vlan rename to src/network/hooks/vlan diff --git a/src/network/lib/port b/src/network/port similarity index 100% rename from src/network/lib/port rename to src/network/port diff --git a/src/network/lib/zone b/src/network/zone similarity index 100% rename from src/network/lib/zone rename to src/network/zone