wok diff at/receipt @ rev 10850

Fix: add transmission-daemon init files
author Alexander Medvedev <devl547@gmail.com>
date Sun Jun 12 03:09:50 2011 +0000 (2011-06-12)
parents 6c2e5cf00dea
children b8f690d89541
line diff
     1.1 --- a/at/receipt	Sun Feb 20 21:11:55 2011 +0000
     1.2 +++ b/at/receipt	Sun Jun 12 03:09:50 2011 +0000
     1.3 @@ -18,7 +18,8 @@
     1.4  	./configure --with-daemon_username=nobody \
     1.5  	--with-daemon_groupname=nogroup \
     1.6  	--with-atspool=/var/spool/atd \
     1.7 -	--with-jobdir=/var/spool/atd &&
     1.8 +	--with-jobdir=/var/spool/atd \
     1.9 +	$CONFIGURE_ARGS &&
    1.10  	make &&
    1.11  	make IROOT=$DESTDIR install
    1.12  }