Added whatmask

Netzwerkscripts erweitert.
upnp.cgi gefixt.
Installer schreibt die Spracheinstellungen wieder.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@465 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-26 19:59:37 +00:00
parent 6bc302d118
commit 406f019f1d
9 changed files with 45 additions and 12 deletions

View File

@@ -60,6 +60,7 @@ $(TARGET) :
install -d -m 755 /etc/rc.d/init.d/net/red
install -d -m 755 /etc/rc.d/helper
install -d -m 755 /etc/sysconfig
-rm -rf /etc/init.d
ln -svf rc.d/init.d /etc/init.d
for i in $(DIR_SRC)/src/initscripts/init.d/*; do \
@@ -68,7 +69,9 @@ $(TARGET) :
chmod 644 /etc/rc.d/init.d/functions
for i in $(DIR_SRC)/src/initscripts/init.d/net/*; do \
install -v -m 754 $$i /etc/rc.d/init.d/net/; \
if [ -f $$i ]; then \
install -v -m 754 $$i /etc/rc.d/init.d/net/; \
fi; \
done
for i in $(DIR_SRC)/src/initscripts/init.d/net/common/*; do \