summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-02-06 08:02:50 +0000
committerMike Frysinger <vapier@gentoo.org>2005-02-06 08:02:50 +0000
commit96e69c8f07b5daf27ccb83b12741987b64e51a1e (patch)
treee53e5cf61d3a02c5cf5bc46386189b23c09fbcc9
parentIt's now possible to configure addresses and routes for the loopback (diff)
downloadbaselayout-96e69c8f07b5daf27ccb83b12741987b64e51a1e.tar.gz
baselayout-96e69c8f07b5daf27ccb83b12741987b64e51a1e.tar.bz2
baselayout-96e69c8f07b5daf27ccb83b12741987b64e51a1e.zip
remove apache user #77738
svn path=/trunk/; revision=916
-rw-r--r--ChangeLog4
-rw-r--r--etc/group1
-rw-r--r--etc/passwd1
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4541e738..2b6eed31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPLv2
+ 06 Feb 2004; Mike Frysinger <vapier@gentoo.org>:
+
+ Remove the apache user and let apache ebuilds handle it #77738.
+
04 Feb 2005; Roy Marples <uberlord@gentoo.org>:
It's now possible to configure addresses and routes for the loopback
diff --git a/etc/group b/etc/group
index 5fb923c4..9856f9e4 100644
--- a/etc/group
+++ b/etc/group
@@ -32,7 +32,6 @@ named::40:named
mysql:x:60:
postgres::70:
cdrw::80:
-apache::81:
nut::84:
usb::85:
vpopmail:x:89:
diff --git a/etc/passwd b/etc/passwd
index 20172e8a..ee54a9ce 100644
--- a/etc/passwd
+++ b/etc/passwd
@@ -23,7 +23,6 @@ games:x:35:35:games:/usr/games:/bin/false
named:x:40:40:bind:/var/bind:/bin/false
mysql:x:60:60:mysql:/var/lib/mysql:/bin/false
postgres:x:70:70::/var/lib/postgresql:/bin/bash
-apache:x:81:81:apache:/home/httpd:/bin/false
nut:x:84:84:nut:/var/state/nut:/bin/false
cyrus:x:85:12::/usr/cyrus:/bin/false
vpopmail:x:89:89::/var/vpopmail:/bin/false