Date: Tue, 26 May 2009 23:20:35 +0300 From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: Alexander Leidinger <netchild@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/mail/postfix Makefile distinfo pkg-install pkg-message pkg-plist ports/mail/postfix/files patch-conf::main.cf patch-conf::post-install patch-makedefs patch-src::global::mail_params.h pkg-install.in pkg-message.in postfix.sh.in Message-ID: <20090526232035.32297559@it.buh.tecnik93.com> In-Reply-To: <200905261336.n4QDa83B079681@repoman.freebsd.org> References: <200905261336.n4QDa83B079681@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/pyPTJacTf6q2Ch/ULgnjmJH Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 26 May 2009 13:36:08 +0000 (UTC) Alexander Leidinger <netchild@FreeBSD.org> wrote: > netchild 2009-05-26 13:36:08 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > mail/postfix Makefile distinfo pkg-plist=20 > mail/postfix/files patch-makedefs postfix.sh.in=20 > Added files: > mail/postfix/files pkg-install.in pkg-message.in=20 > Removed files: > mail/postfix pkg-install pkg-message=20 > mail/postfix/files patch-conf::main.cf=20 > patch-conf::post-install=20 > patch-src::global::mail_params.h=20 > Log: > - refactor the port to ease maintenance [1] > - update to 2.6.1 [1] > - remove IGNORE in the VDA case, the patch is available now [2] > =20 > [2] is from me (compile tested), maintainer informed. > =20 > PR: 134728 [1] > Submitted by: Yarema <yds@CoolRat.org> [1] > Approved by: maintainer [1] =3D=3D=3D Checking filesystem state after all packages deleted =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D list of extra files and directories in / (not present on clean system but p= resent after everything was deinstalled) 44776138 4 drwxr-xr-x 2 root wheel 51= 2 May 26 13:24 usr/local/etc/postfix 44733503 40 -rw-r--r-- 1 root wheel 1892= 4 May 26 13:24 usr/local/etc/postfix/access 44733504 20 -rw-r--r-- 1 root wheel 882= 9 May 26 13:24 usr/local/etc/postfix/aliases 44733506 24 -rw-r--r-- 1 root wheel 1172= 1 May 26 13:24 usr/local/etc/postfix/canonical 44733507 20 -rw-r--r-- 1 root wheel 997= 9 May 26 13:24 usr/local/etc/postfix/generic 44733508 36 -rw-r--r-- 1 root wheel 1836= 7 May 26 13:24 usr/local/etc/postfix/header_checks 44776131 52 -rw-r--r-- 1 root wheel 2602= 7 May 26 13:24 usr/local/etc/postfix/main.cf 44733512 12 -rw-r--r-- 1 root wheel 509= 3 May 26 13:24 usr/local/etc/postfix/master.cf 44733513 16 -rw-r--r-- 1 root wheel 683= 6 May 26 13:24 usr/local/etc/postfix/relocated 44733514 28 -rw-r--r-- 1 root wheel 1254= 0 May 26 13:24 usr/local/etc/postfix/transport 44733515 28 -rw-r--r-- 1 root wheel 1255= 9 May 26 13:24 usr/local/etc/postfix/virtual /etc/group /etc/group-save differ: char 149, line 9 =3D=3D=3D /etc/group was modified: --- /etc/group-save 2009-05-26 13:23:07.000000000 +0000 +++ /etc/group 2009-05-26 13:24:44.000000000 +0000 @@ -6,7 +6,7 @@ sys:*:3: tty:*:4: operator:*:5:root -mail:*:6: +mail:*:6:postfix bin:*:7: news:*:8: man:*:9: @@ -29,3 +29,5 @@ www:*:80: nogroup:*:65533: nobody:*:65534: +postfix:*:125: +maildrop:*:126: cmp: EOF on /etc/master.passwd-save =3D=3D=3D /etc/master.passwd was modified: --- /etc/master.passwd-save 2009-05-26 13:23:07.000000000 +0000 +++ /etc/master.passwd 2009-05-26 13:24:44.000000000 +0000 @@ -21,3 +21,4 @@ pop:*:68:6::0:0:Post Office Owner:/nonexistent:/usr/sbin/nologin www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin +postfix:*:125:125::0:0:Postfix Mail System:/var/spool/postfix:/usr/sbin/no= login =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/mail/postfix ended at Tue May 26 13:24:55 UTC 2009 --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/pyPTJacTf6q2Ch/ULgnjmJH Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkocTxQACgkQJ7GIuiH/oeVGHQCeLorSHc8d5Qc92nmTWwZuLPtG L9EAn3IHodcn9mtOYoHhFsWllREgW05M =IUmA -----END PGP SIGNATURE----- --Sig_/pyPTJacTf6q2Ch/ULgnjmJH--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090526232035.32297559>