Hinzugefügt:

* NFS
  * Portmap - braucht man für NFS
Geändert:
  * IP_CONNTRACK-Patch erstellt damit die Verbindungsanzeige im Webinterface ohne Workaround funktioniert. (Noch nicht vollständig getestet!)
  * ./make.sh commit optimiert


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@118 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-16 11:12:49 +00:00
parent a2cb3a3305
commit 769a61c5f0
17 changed files with 1105 additions and 158 deletions

0
src/paks/nfs/CONFFILES Normal file
View File

0
src/paks/nfs/ROOTFILES Normal file
View File

11
src/paks/nfs/install.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
#
#################################################################
# #
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
# #
#################################################################
#
# Extract the files
tar xfz files.tgz -C /
cp -f ROOTFILES /opt/pakfire/installed/ROOTFILES.$2

10
src/paks/nfs/uninstall.sh Normal file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
#################################################################
# #
# This file belongs to IPFire Firewall - GPLv2 - www.ipfire.org #
# #
#################################################################
#
# Delete the files
## Befehl fehlt noch
rm -f /opt/pakfire/installed/ROOTFILES.$2