]> git.pld-linux.org Git - packages/rc-scripts.git/blob - rc-scripts-exclude_rm_cups.patch
- removed cpuset_correct patch, it is NOT correcting anything
[packages/rc-scripts.git] / rc-scripts-exclude_rm_cups.patch
1 --- rc-scripts-0.4.0.27/rc.d/rc.sysinit.orig    2006-05-06 20:41:01.000000000 +0200
2 +++ rc-scripts-0.4.0.27/rc.d/rc.sysinit 2006-07-14 11:32:56.590729776 +0200
3 @@ -830,7 +830,7 @@
4         bafile=$(basename $afile)
5         if [ -d "$afile" ]; then
6                 case $bafile in
7 -                       news|sudo|mon|cvs)
8 +                       news|sudo|mon|cvs|cups)
9                                 ;;
10                         *)
11                                 rm -rf $afile/*
This page took 0.293711 seconds and 3 git commands to generate.