X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fhackbard%2Fcups%2Fcups;h=f8bb7fe8d920ef8d002c82967d37b56aca5d8421;hb=44395e5227c39f31ee6dcebc41fcb9afb70087e5;hp=6fec009a3fbaafeccf680ead17f9c02360db85e7;hpb=6ae193981fcc05dcc495b4bde92cb8fd290ee4dd;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/hackbard/cups/cups b/packages/hackbard/cups/cups index 6fec009..f8bb7fe 100644 --- a/packages/hackbard/cups/cups +++ b/packages/hackbard/cups/cups @@ -2,9 +2,14 @@ # # 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() { + rm -rf $root/etc/init.d/rc0.d + rm -rf $root/etc/init.d/*/*cups + }