Webinterface gefixt.

Ohne Anmeldung kommt man im Webinterface nichtmehr auf die Index-Seite.
Berkeley-DB neu implementiert.
Postfix geht jetzt.
Graphs gefixt.
IPCop-Updates gelöscht.



git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@82 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-03-22 19:11:17 +00:00
parent e9a97e8e81
commit 3ea75603a6
17 changed files with 2886 additions and 3023 deletions

View File

@@ -84,8 +84,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make install
-mkdir /etc/ntp
chown -R ntp:ntp /etc/ntp
echo "restrict default nomodify noquery" > /etc/ntp.conf
echo "server 127.127.1.0" >> /etc/ntp.conf
echo "restrict default nomodify noquery" > /etc/ntp.conf
echo "server 127.127.1.0" >> /etc/ntp.conf
echo "fudge 127.127.1.0 stratum 10" >> /etc/ntp.conf
echo "driftfile /etc/ntp/drift" >> /etc/ntp.conf
@rm -rf $(DIR_APP)