bugfixed boot script, udev init script, cups and shadow package
[hdw-linux/hdw-linux.git] / packages / hackbard / cups / cups
1 # hdw - linux cups package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 1.1.20
6 # [S] 3-8
7 # [D] cups-1.1.20-source.tar.bz2 ftp://ftp2.easysw.com/pub/cups/1.1.20/
8
9 confopt="$confopt --disable-ssl --with-logdir=$root/var/cups/log"
10 confopt="$confopt --with-cups-user=daemon --with-cups-group=daemon"
11
12 post_install()  {
13         rm -rf $root/etc/init.d/rc0.d
14         rm -rf $root/etc/init.d/*/*cups
15                 }