]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- updated for 3.1.2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 27 Oct 2006 21:41:47 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils-silent_crontab.patch -> 1.2

pwdutils-silent_crontab.patch

index b6e95c7d70ef69eb48e739e901c073573c194df6..6e6497440834d9f0732d856f2f61639dbb940956 100644 (file)
@@ -1,11 +1,11 @@
---- pwdutils-2.6.98/etc/userdel-pre.local~     2005-05-26 22:31:19.000000000 +0200
-+++ pwdutils-2.6.98/etc/userdel-pre.local      2005-05-26 22:31:19.000000000 +0200
+--- pwdutils-3.1.2/etc/userdel-pre.local.orig  2006-10-27 23:36:17.880332500 +0200
++++ pwdutils-3.1.2/etc/userdel-pre.local       2006-10-27 23:36:58.246855250 +0200
 @@ -14,7 +14,7 @@
  fi
  
  # Remove cron jobs
--crontab -r -u $1
-+[ -f /usr/bin/crontab ] && /usr/bin/crontab -r -u $1 >/dev/null 2>&1
+-test -x /usr/bin/crontab && /usr/bin/crontab -r -u $1
++test -x /usr/bin/crontab && /usr/bin/crontab -r -u $1 >/dev/null 2>&1
  
  # All done.
  exit 0
This page took 0.067469 seconds and 4 git commands to generate.