- Timestamp:
- 2016-12-27T06:58:39Z (8 years ago)
- Branches:
- master
- Children:
- 7801298
- Parents:
- 398b3198
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.postinst
r398b3198 r9cdcef0 71 71 if [ -d $CONFDIR ] && chown -R bitlbee: $CONFDIR; then 72 72 echo 'BitlBee (probably) already installed, skipping user/configdir installation' 73 exit 0 73 else 74 adduser --system --group --disabled-login --disabled-password --home /var/lib/bitlbee/ bitlbee 74 75 fi 75 76 76 adduser --system --group --disabled-login --disabled-password --home /var/lib/bitlbee/ bitlbee77 77 chmod 700 /var/lib/bitlbee/ 78 78
Note: See TracChangeset
for help on using the changeset viewer.