pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Add default DIALER_GROUP and explanation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa49492621f9
branches:  trunk
changeset: 519850:aa49492621f9
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Oct 11 14:38:04 2006 +0000

description:
Add default DIALER_GROUP and explanation.
I forgot to commit this last week when I updated xisp package.
(This is for PR 34780.)

diffstat:

 mk/defaults/mk.conf |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 11e49a09dc30 -r aa49492621f9 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Wed Oct 11 14:32:56 2006 +0000
+++ b/mk/defaults/mk.conf       Wed Oct 11 14:38:04 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.133 2006/10/08 11:37:38 mishka Exp $
+# $NetBSD: mk.conf,v 1.134 2006/10/11 14:38:04 reed Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -705,6 +705,13 @@
 # Possible:  /dev/your_favorite_serial_device
 # Default: defaults for various machine_archs are set in mk/platform/${OPSYS}.mk
 
+DIALER_GROUP?= dialer
+# Used in the xisp package to specify the default group for the
+# xisp binaries. Also the modem device and pppd and chat should
+# have access permissions by this group.
+# Possible: dialer, dip, uucp, root, dialout, or any other group.
+# Default: dialer  
+
 DT_LAYOUT?= US
 # Used by dt package to specify the keyboard layout.
 # Possible: US, FI, FR, GER, DV



Home | Main Index | Thread Index | Old Index