[PC-BSD Commits] r17403 - in pbi/modules/irc/bitlbee: . scripts
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 25 07:30:59 PDT 2012
Author: kenmoore
Date: 2012-06-25 14:30:59 +0000 (Mon, 25 Jun 2012)
New Revision: 17403
Modified:
pbi/modules/irc/bitlbee/pbi.conf
pbi/modules/irc/bitlbee/scripts/post-install.sh
Log:
Remove the group/user script stuff from irc/bitlbee and rebuild
Modified: pbi/modules/irc/bitlbee/pbi.conf
===================================================================
--- pbi/modules/irc/bitlbee/pbi.conf 2012-06-25 14:25:22 UTC (rev 17402)
+++ pbi/modules/irc/bitlbee/pbi.conf 2012-06-25 14:30:59 UTC (rev 17403)
@@ -24,7 +24,7 @@
# Additional options for make.conf
PBI_MAKEOPTS="PACKAGE_BUILDING=yes"
-PBI_BUILDKEY="02"; export PBI_BUILDKEY
+PBI_BUILDKEY="03x"; export PBI_BUILDKEY
PBI_REQUIRESROOT="YES"; export PBI_REQUIRESROOT
Modified: pbi/modules/irc/bitlbee/scripts/post-install.sh
===================================================================
--- pbi/modules/irc/bitlbee/scripts/post-install.sh 2012-06-25 14:25:22 UTC (rev 17402)
+++ pbi/modules/irc/bitlbee/scripts/post-install.sh 2012-06-25 14:30:59 UTC (rev 17403)
@@ -27,21 +27,6 @@
echo 'bitlbee_enable="YES"' >>/etc/rc.conf
fi
-
-BITLBEEUSER=bitlbee
-BITLBEEGROUP=bitlbee
-BITLBEEDIR=/nonexistent
-
-BITLBEEUID=914
-BITLBEEGID=${BITLBEEUID}
-
-/usr/sbin/pw groupadd "${BITLBEEGROUP}" -g "${BITLBEEGID}" -h - || /usr/sbin/pw groupadd "${BITLBEEGROUP}" -h -
-
-/usr/sbin/pw useradd "${BITLBEEUSER}" -u "${BITLBEEUID}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \
--s /sbin/nologin -c "Bitlbee pseudo-user" || \
-/usr/sbin/pw useradd "${BITLBEEUSER}" -g "${BITLBEEGROUP}" -h - -d "${BITLBEEDIR}" \
--s /sbin/nologin -c "Bitlbee pseudo-user"
-
mkdir -p /var/db/bitlbee
chown -R bitlbee:bitlbee /var/db/bitlbee
chown -R bitlbee:bitlbee ${SYS_LOCALBASE}/etc/bitlbee
More information about the Commits
mailing list