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