summaryrefslogtreecommitdiffstats
path: root/devel/dbus/pkg-install
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-28 13:59:05 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-28 13:59:05 +0800
commit7cb827c5489117d632dca4330dd3f50c5a570f5b (patch)
tree36aab6956e723b7fd1dc2259d8c79803853832d4 /devel/dbus/pkg-install
parenta0dfb461133f22cd363af37e9e97670fc7bcac6e (diff)
downloadmarcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.gz
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.bz2
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.lz
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.xz
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.tar.zst
marcuscom-ports-7cb827c5489117d632dca4330dd3f50c5a570f5b.zip
-Sync w/ FreeBSD.
-Reset the $FreeBSD$ while I am there. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13259 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/dbus/pkg-install')
-rw-r--r--devel/dbus/pkg-install27
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install
index 4ed46afa7..5ad0a1f84 100644
--- a/devel/dbus/pkg-install
+++ b/devel/dbus/pkg-install
@@ -4,33 +4,6 @@ case $2 in
POST-INSTALL)
USER=messagebus
GROUP=${USER}
- UID=556
- GID=${UID}
- PW=/usr/sbin/pw
-
- if ${PW} group show "${GROUP}" 2>/dev/null; then
- echo "You already have a group \"${GROUP}\", so I will use it."
- else
- if ${PW} groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
- fi
-
- if ${PW} user show "${USER}" 2>/dev/null; then
- echo "You already have a user \"${USER}\", so I will use it."
- else
- if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -d "/nonexistent" -s /sbin/nologin -c "D-BUS Daemon User"
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
- fi
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus
/usr/bin/install -d -o ${USER} -g ${GROUP} /var/db/dbus