Compare commits

...

No commits in common. "v963" and "v961" have entirely different histories.
v963 ... v961

2 changed files with 15 additions and 28 deletions

View File

@ -1,11 +0,0 @@
description "Cups Daemon (Printing) startup"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started ifup))
stop on runlevel [016]
console none
exec /usr/sbin/cupsd -f

View File

@ -19,7 +19,6 @@
# #
# #
if [ -d /var/install/sysvinit ]; then
WDIR=`pwd` WDIR=`pwd`
cd etc/init.d cd etc/init.d
chmod 755 cups chmod 755 cups
@ -35,5 +34,4 @@ if [ -d /var/install/sysvinit ]; then
cd .. cd ..
done done
cd $WDIR cd $WDIR
fi
mkdir -p var/log/cups var/spool/cups/tmp mkdir -p var/log/cups var/spool/cups/tmp