Hinzugefügt:

* qos.cgi - Geht noch so gut wie nix.
Geändert:
  * hddshutdown funktioniert nun.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@176 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-14 10:10:01 +00:00
parent a8b159e729
commit 904a41b91c
7 changed files with 199 additions and 42 deletions

View File

@@ -142,8 +142,10 @@ define PAK
tar --create -C / --files-from=/install/packages/package/ROOTFILES -f /packagetmp.tar --exclude='#*'
tar -x -C /tmp -f /packagetmp.tar
@rm -f /packagetmp.tar
@cd /tmp && tar zcf /install/packages/package/files.tgz * && rm -rf *
cd /install/packages/package && cat ROOTFILES | grep -v "#" > ROOTFILES && tar cfz ../$(THISAPP)-$(PAK_VER).tar.gz files.tgz install.sh uninstall.sh ROOTFILES
cd /install/packages && md5sum $(THISAPP)-$(PAK_VER).tar.gz > $(THISAPP)-$(PAK_VER).tar.gz.md5
@cd /tmp
tar zvcf /install/packages/package/files.tgz * -C /tmp
rm -rf /tmp/*
cd /install/packages/package && cat ROOTFILES | grep -v "#" > ROOTFILES && tar cfz ../$(PROG)-$(VER)-$(PAK_VER).tar.gz files.tgz install.sh uninstall.sh ROOTFILES
cd /install/packages && md5sum $(THISAPP)-$(PAK_VER).tar.gz > $(PROG)-$(VER)-$(PAK_VER).tar.gz.md5
@rm -rf /install/packages/package
endef

View File

@@ -52,7 +52,7 @@ $(TARGET) :
# Create all directories
for i in addon-lang alcatelusb auth backup backup/sets ca certs cnx_pci crls ddns dhcp dhcpc dmzholes \
eagle-usb eciadsl ethernet isdn key langs logging main modem net-traffic nfs optionsfw patches pakfire portfw \
ppp private proxy/advanced red remote shaping snort time uplinks vpn wireless xtaccess ; do \
ppp private proxy/advanced qos red remote snort time uplinks vpn wireless xtaccess ; do \
mkdir -p $(CONFIG_ROOT)/$$i; \
done
@@ -62,8 +62,8 @@ $(TARGET) :
dhcp/fixleases dhcp/advoptions dmzholes/config ethernet/aliases ethernet/settings \
isdn/settings main/hosts main/settings optionsfw/settings pakfire/settings patches/available patches/installed \
portfw/config ppp/settings-1 ppp/settings-2 ppp/settings-3 ppp/settings-4 \
ppp/settings-5 ppp/settings proxy/settings remote/settings shaping/settings \
shaping/config snort/settings vpn/config vpn/settings vpn/ipsec.conf \
ppp/settings-5 ppp/settings proxy/settings remote/settings qos/settings \
snort/settings vpn/config vpn/settings vpn/ipsec.conf \
vpn/ipsec.secrets vpn/caconfig wireless/config wireless/settings; do \
touch $(CONFIG_ROOT)/$$i; \
done