Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2010 00:03:16 +0000
From:      Sevan / Venture37 <venture37@gmail.com>
To:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/143384: [PATCH] databases/mysql-server: switch to using USERS & GROUPS in Makefile
Message-ID:  <4B64C8C4.1060104@gmail.com>
In-Reply-To: <201001302342.o0UNg5v3079108@newbie.thingamajig-systems.co.uk>
References:  <201001302342.o0UNg5v3079108@newbie.thingamajig-systems.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On 30/01/2010 23:42, Sevan Janiyan wrote:
>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?4B64C8C4.1060104>