git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
11f1329
Branches
Tags
master
keks-overlay.git
mail-mta
courier
files
remove-sysconftool.patch
* usable courier-0.58.0 ebuild * removed all obsolete stuff
Bernd Wurst
commited
11f1329
at 2008-03-07 18:56:57
remove-sysconftool.patch
Blame
History
Raw
--- orig/configure.in 2008-03-06 13:50:29.000000000 +0100 +++ new/configure.in 2008-03-06 13:50:39.000000000 +0100 @@ -19,7 +19,6 @@ AC_PROG_MAKE_SET AC_PROG_CXX -AC_PROG_SYSCONFTOOL AC_PATH_PROGS(SETENV, env) AC_ARG_ENABLE(root-check, [ --disable-root-check Allow build as root (make check will fail)], --- orig/Makefile.in 2008-03-06 19:37:53.000000000 +0100 +++ new/Makefile.in 2008-03-06 19:38:22.000000000 +0100 @@ -791,7 +791,6 @@ install-configure: @$(MAKE) -$(MAKEFLAGS) install-perms - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat` install-webadmin-password: @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password --- orig/Makefile.am 2008-03-06 19:39:06.000000000 +0100 +++ new/Makefile.am 2008-03-06 19:39:21.000000000 +0100 @@ -160,7 +160,6 @@ install-configure: @$(MAKE) -$(MAKEFLAGS) install-perms - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat` install-webadmin-password: @stty -echo ; echo -n "Password: " ; read P; stty echo ; echo "" ; echo $$P >@sysconfdir@/webadmin/password && chown @mailuser@ @sysconfdir@/webadmin/password && chgrp @mailgroup@ @sysconfdir@/webadmin/password && chmod 400 @sysconfdir@/webadmin/password