Changeset 1224
- Timestamp:
- 01/16/12 21:11:01 (4 months ago)
- Location:
- main/linuxmuster-linbo/branches/testing/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/linuxmuster-linbo/branches/testing/debian/changelog
r1214 r1224 1 linuxmuster-linbo (2.0.3-1) unstable; urgency=low 2 3 * postinst: create bittorrent user as a system user. 4 5 -- Thomas Schmitt <schmitt@lmz-bw.de> Mon, 16 Jan 2011 21:09:17 +0100 6 1 7 linuxmuster-linbo (2.0.3-0) unstable; urgency=low 2 8 -
main/linuxmuster-linbo/branches/testing/debian/postinst
r1214 r1224 145 145 # add bittorrent user if not present 146 146 if ! id bittorrent &> /dev/null; then 147 useradd - c "BitTorrent User" -d /var/lib/bittorrent -g nogroup -r bittorrent147 useradd -r -c "BitTorrent User" -d /var/lib/bittorrent -g nogroup -r bittorrent 148 148 dpkg-statoverride --add bittorrent nogroup 755 /var/lib/bittorrent 149 149 dpkg-statoverride --add bittorrent nogroup 755 /var/log/bittorrent
Note: See TracChangeset
for help on using the changeset viewer.
