Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree remove superfluous "uname=root gname=wheel" from e...



details:   https://anonhg.NetBSD.org/src/rev/49faae9c32cb
branches:  trunk
changeset: 545694:49faae9c32cb
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Apr 15 06:21:51 2003 +0000

description:
remove superfluous "uname=root gname=wheel" from etc/postfix/** entries

diffstat:

 etc/mtree/special |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r c63e6ada2038 -r 49faae9c32cb etc/mtree/special
--- a/etc/mtree/special Tue Apr 15 06:19:57 2003 +0000
+++ b/etc/mtree/special Tue Apr 15 06:21:51 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.69 2003/03/24 15:21:18 atatat Exp $
+#      $NetBSD: special,v 1.70 2003/04/15 06:21:51 lukem Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # Hand-crafted mtree specification for the dangerous files.
@@ -113,10 +113,10 @@
 ./etc/passwd                   type=file mode=0644
 ./etc/passwd.conf              type=file mode=0644 optional
 ./etc/phones                   type=file mode=0644
-./etc/postfix                  type=dir  mode=0755 uname=root gname=wheel optional
-./etc/postfix/main.cf          type=file mode=0644 uname=root gname=wheel optional
-./etc/postfix/master.cf                type=file mode=0644 uname=root gname=wheel optional
-./etc/postfix/postfix-script   type=file mode=0555 uname=root gname=wheel optional
+./etc/postfix                  type=dir  mode=0755 optional
+./etc/postfix/main.cf          type=file mode=0644 optional
+./etc/postfix/master.cf                type=file mode=0644 optional
+./etc/postfix/postfix-script   type=file mode=0555 optional
 ./etc/postinstall              type=file mode=0555 optional
 ./etc/ppp                      type=dir  mode=0755 optional
 ./etc/ppp/options              type=file mode=0644 optional



Home | Main Index | Thread Index | Old Index