X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Fcups%2Fcups;h=084de73cd326b27c03bab28beb425ae3752bd710;hb=fe3d085b35fc080622f2eb1e9e891b8d83abdf6a;hp=6fec009a3fbaafeccf680ead17f9c02360db85e7;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/cups/cups b/packages/hackbard/cups/cups index 6fec009..084de73 100644 --- a/packages/hackbard/cups/cups +++ b/packages/hackbard/cups/cups @@ -2,9 +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 + }