mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
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:
5
make.sh
5
make.sh
@@ -683,6 +683,8 @@ buildipcop() {
|
||||
# ipcopmake spamassassin
|
||||
ipcopmake rsync
|
||||
ipcopmake tcpwrapper
|
||||
ipcopmake portmap
|
||||
ipcopmake nfs
|
||||
# wget http://www.guzu.net/linux/hddtemp.db && mv hddtemp.db $BASEDIR/build/etc/hddtemp.db
|
||||
# ipcopmake hddtemp
|
||||
# ipcopmake stunnel # Ausgeschaltet, weil wir es doch nicht nutzen
|
||||
@@ -1047,9 +1049,8 @@ update)
|
||||
;;
|
||||
commit)
|
||||
echo "Upload the changed files:"
|
||||
./make.sh changelog
|
||||
svn commit
|
||||
svn up
|
||||
svn up > /dev/null
|
||||
;;
|
||||
*)
|
||||
echo "Usage: $0 {build|changelog|check|checkclean|clean|commit|dist|gettoolchain|newpak|prefetch|shell|toolchain|update}"
|
||||
|
||||
Reference in New Issue
Block a user