Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/courier/files: remove-sysconftool.patch
Date: Mon, 21 Apr 2008 12:05:26
Message-Id: E1Jnulv-0006Vh-GH@stork.gentoo.org
1 hanno 08/04/21 12:05:23
2
3 Added: remove-sysconftool.patch
4 Log:
5 courier version bump, proxy-maintained ebuild
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.1 mail-mta/courier/files/remove-sysconftool.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/files/remove-sysconftool.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-mta/courier/files/remove-sysconftool.patch?rev=1.1&content-type=text/plain
13
14 Index: remove-sysconftool.patch
15 ===================================================================
16 --- orig/configure.in 2008-03-06 13:50:29.000000000 +0100
17 +++ new/configure.in 2008-03-06 13:50:39.000000000 +0100
18 @@ -19,7 +19,6 @@
19
20 AC_PROG_MAKE_SET
21 AC_PROG_CXX
22 -AC_PROG_SYSCONFTOOL
23 AC_PATH_PROGS(SETENV, env)
24
25 AC_ARG_ENABLE(root-check, [ --disable-root-check Allow build as root (make check will fail)],
26 --- orig/Makefile.in 2008-03-06 19:37:53.000000000 +0100
27 +++ new/Makefile.in 2008-03-06 19:38:22.000000000 +0100
28 @@ -791,7 +791,6 @@
29
30 install-configure:
31 @$(MAKE) -$(MAKEFLAGS) install-perms
32 - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat`
33
34 install-webadmin-password:
35 @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
36 --- orig/Makefile.am 2008-03-06 19:39:06.000000000 +0100
37 +++ new/Makefile.am 2008-03-06 19:39:21.000000000 +0100
38 @@ -160,7 +160,6 @@
39
40 install-configure:
41 @$(MAKE) -$(MAKEFLAGS) install-perms
42 - @SYSCONFTOOL@ `awk ' $$5 == "config" && $$1 ~ /\.dist$$/ { print $$1 }' <permissions.dat`
43
44 install-webadmin-password:
45 @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
46
47
48
49 --
50 gentoo-commits@l.g.o mailing list