ports/143384: [PATCH] databases/mysql-server: switch to using USERS & GROUPS in Makefile
Venture37
venture37 at geeklan.co.uk
Sun Jan 31 01:00:29 UTC 2010
The following reply was made to PR ports/143384; it has been noted by GNATS.
From: Venture37 <venture37 at geeklan.co.uk>
To: bug-followup at 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
More information about the freebsd-ports-bugs
mailing list