Changeset 1224


Ignore:
Timestamp:
01/16/12 21:11:01 (4 months ago)
Author:
tschmitt
Message:
  • postinst: bittorrent User wird nun als Systemuser angelegt.
Location:
main/linuxmuster-linbo/branches/testing/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/linuxmuster-linbo/branches/testing/debian/changelog

    r1214 r1224  
     1linuxmuster-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 
    17linuxmuster-linbo (2.0.3-0) unstable; urgency=low 
    28 
  • main/linuxmuster-linbo/branches/testing/debian/postinst

    r1214 r1224  
    145145 # add bittorrent user if not present 
    146146 if ! id bittorrent &> /dev/null; then 
    147   useradd -c "BitTorrent User" -d /var/lib/bittorrent -g nogroup -r bittorrent 
     147  useradd -r -c "BitTorrent User" -d /var/lib/bittorrent -g nogroup -r bittorrent 
    148148  dpkg-statoverride --add bittorrent nogroup 755 /var/lib/bittorrent 
    149149  dpkg-statoverride --add bittorrent nogroup 755 /var/log/bittorrent 
Note: See TracChangeset for help on using the changeset viewer.