diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-19 21:29:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-19 21:29:09 +0000 |
commit | 1a6fb589c8b4affce891a1eefa012f1edc56ab30 (patch) | |
tree | 0100693887f6922c22b6a0d5e644d8541acdfce9 /mk | |
parent | 6b7469b363f58d5541e7fef1cf73761dc1b2fa0c (diff) | |
download | pkgsrc-1a6fb589c8b4affce891a1eefa012f1edc56ab30.tar.gz |
Move common definitions of UUCP_{GROUP,USER} from mail/courier-mta and
net/uucp to mk/defaults/mk.conf.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index 958d8bee163..c589543b8d4 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.153 2007/03/01 18:03:02 wiz Exp $ +# $NetBSD: mk.conf,v 1.154 2007/06/19 21:29:09 jlam Exp $ # # This file provides default values for variables that may be overridden @@ -1737,6 +1737,16 @@ USERPPP_GROUP?= network # Possible: any group name # Default: network +UUCP_GROUP?= daemon +# System group for uucp-related programs. +# Possible: any group name +# Default: daemon + +UUCP_USER?= uucp +# System user for uucp-related programs. +# Possible: any user name +# Default: uucp + #VIM_EXTRA_OPTS= # Used in vim package to build with non-gui extra options # Possible: not defined, see "configure --help" |