diff options
author | feld <feld@FreeBSD.org> | 2015-07-31 01:12:52 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-07-31 01:12:52 +0800 |
commit | c077ba62724e04e7186b1511593326fbc583b98c (patch) | |
tree | 33dfc462aa81817bf0b616b22511206568077e5a /comms | |
parent | 93d53a334f2e17ac9d899952fdaa5ee77901a76d (diff) | |
download | freebsd-ports-gnome-c077ba62724e04e7186b1511593326fbc583b98c.tar.gz freebsd-ports-gnome-c077ba62724e04e7186b1511593326fbc583b98c.tar.zst freebsd-ports-gnome-c077ba62724e04e7186b1511593326fbc583b98c.zip |
Add aprsd to dialer group in GIDs so membership is automatically handled
Diffstat (limited to 'comms')
-rw-r--r-- | comms/aprsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/aprsd/Makefile b/comms/aprsd/Makefile index 7fc241025688..13cfe86ca573 100644 --- a/comms/aprsd/Makefile +++ b/comms/aprsd/Makefile @@ -18,7 +18,7 @@ SUB_FILES= pkg-message pkg-deinstall USE_RC_SUBR= aprsd USERS= aprsd tnc -GROUPS= aprsd tnc +GROUPS= aprsd dialer tnc APRSD_RC_USER= aprsd APRSD_RC_GROUP= aprsd |