X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Fcups%2Fcups;h=084de73cd326b27c03bab28beb425ae3752bd710;hb=fe3d085b35fc080622f2eb1e9e891b8d83abdf6a;hp=fc0b7e170b868452a50d4cb2a98d540edac353e1;hpb=7aec53417f2a86067cbaa51fcfa5a26b62064ebd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/cups/cups b/packages/hackbard/cups/cups index fc0b7e1..084de73 100644 --- a/packages/hackbard/cups/cups +++ b/packages/hackbard/cups/cups @@ -2,14 +2,17 @@ # # author: hackbard@hackdaworld.dyndns.org # -# [V] 1.1.20 +# [V] 1.1.23 # [S] 3-8 -# [D] cups-1.1.20-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.20/ +# [D] cups-1.1.23-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.23/ confopt="$confopt --disable-ssl --with-logdir=$root/var/cups/log" confopt="$confopt --with-cups-user=daemon --with-cups-group=daemon" post_install() { + # we care about init scripts ourself rm -rf $root/etc/init.d/rc0.d rm -rf $root/etc/init.d/*/*cups + # spool directory + mkdir -p $root/var/spool/cups }