mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Geändert:
* Webinterface Menü bearbeitet. * Squid-Error gefixt. * Pakfire gefixt, aber noch nicht funktionsfähig! git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@154 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -60,7 +60,7 @@ $(TARGET) :
|
||||
for i in auth/users backup/include.user backup/exclude.user \
|
||||
certs/index.txt ddns/config ddns/noipsettings ddns/settings ddns/ipcache dhcp/settings \
|
||||
dhcp/fixleases dhcp/advoptions dmzholes/config ethernet/aliases ethernet/settings \
|
||||
isdn/settings main/hosts main/settings optionsfw/settings patches/available patches/installed \
|
||||
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 \
|
||||
|
||||
@@ -75,7 +75,7 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls # --enable-fallback=procmail
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --with-ssl --disable-nls --enable-fallback=procmail
|
||||
cd $(DIR_APP) && make
|
||||
cd $(DIR_APP) && make install
|
||||
echo "set logfile /var/log/fetchmail.log" > ~/.fetchmailrc
|
||||
|
||||
@@ -102,4 +102,7 @@ $(TARGET) :
|
||||
-mkdir -m 1775 -p /var/patches
|
||||
chown -R root:nobody /var/patches
|
||||
|
||||
# Versionsfile
|
||||
echo -n "$(VERSION)" > /etc/ipfire_vers
|
||||
|
||||
@$(POSTBUILD)
|
||||
|
||||
Reference in New Issue
Block a user