Hinzugefügt:

* Locale-Codes - Perl-Modul für die country.cgi
Geändert:
  * Samba OHNE PAM
  * Permissions der Flags von GeoIP geändert.
  * Samba Paket erstellt.
  * Wget in die ISO gepackt.
  * Startscripte bearbeitet. (IPCop-Überreste)
  * Sysconfdir von xinetd und Samba verschoben.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@163 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-06-06 12:38:52 +00:00
parent 6c666a3b18
commit 90350ff3f3
11 changed files with 680 additions and 11 deletions

View File

@@ -81,5 +81,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && make
cd $(DIR_APP) && make install
cd $(DIR_APP) && mkdir -p /usr/local/share/GeoIP && cp -f $(DIR_DL)/GeoIP.dat /usr/local/share/GeoIP/GeoIP.dat
cd $(DIR_APP) && chmod 777 /home/httpd/html/images/flags
@rm -rf $(DIR_APP)
@$(POSTBUILD)