Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2010 01:00:29 GMT
From:      Venture37 <venture37@geeklan.co.uk>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/143384: [PATCH] databases/mysql-server: switch to using USERS & GROUPS in Makefile
Message-ID:  <201001310100.o0V10TuO009134@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/143384; it has been noted by GNATS.

From: Venture37 <venture37@geeklan.co.uk>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/143384: [PATCH] databases/mysql-server: switch to using
 USERS & GROUPS in Makefile
Date: Sun, 31 Jan 2010 00:58:51 +0000

 >this insures that the removal of accounts is taken care of when
 > the port is removed
 
 Computer says no
 
 === Checking filesystem state after all packages deleted
 cmp: EOF on /etc/group-save
 === /etc/group was modified:
 --- /etc/group-save	2010-01-30 23:47:09.000000000 +0000
 +++ /etc/group	2010-01-30 23:55:00.000000000 +0000
 @@ -29,3 +29,4 @@
   www:*:80:
   nogroup:*:65533:
   nobody:*:65534:
 +mysql:*:88:
 cmp: EOF on /etc/master.passwd-save
 === /etc/master.passwd was modified:
 --- /etc/master.passwd-save	2010-01-30 23:47:09.000000000 +0000
 +++ /etc/master.passwd	2010-01-30 23:55:00.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
 +mysql:*:88:88::0:0:MySQL Daemon:/var/db/mysql:/usr/sbin/nologin
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001310100.o0V10TuO009134>