]> git.pld-linux.org Git - packages/pwdutils.git/blob - pwdutils-silent_crontab.patch
- avoid missing dir effect; rel 4
[packages/pwdutils.git] / pwdutils-silent_crontab.patch
1 --- pwdutils-3.1.2/etc/userdel-pre.local.orig   2006-10-27 23:36:17.880332500 +0200
2 +++ pwdutils-3.1.2/etc/userdel-pre.local        2006-10-27 23:36:58.246855250 +0200
3 @@ -14,7 +14,7 @@
4  fi
5  
6  # Remove cron jobs
7 -test -x /usr/bin/crontab && /usr/bin/crontab -r -u $1
8 +test -x /usr/bin/crontab && /usr/bin/crontab -r -u $1 >/dev/null 2>&1
9  
10  # All done.
11  exit 0
This page took 0.172137 seconds and 3 git commands to generate.