]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- last command from trigger should not fail auto/th/sudo-1_7_9-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Mar 2012 13:32:41 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.194

sudo.spec

index 80575750159afbd7b2c905396c27cc90c85fb234..d67f7f1b12cd24da083ba8adf2c56c394d9803df 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -21,7 +21,7 @@ Summary(ru.UTF-8):    Позволяет определенным пользова
 Summary(uk.UTF-8):     Дозволяє вказаним користувачам виконувати команди від імені root
 Name:          sudo
 Version:       1.7.9
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Applications/System
@@ -222,7 +222,7 @@ fi
 
 %triggerpostun -- %{name} < 1:1.7.8p2-5
 mv -f /var/run/sudo/* /var/db/sudo 2>/dev/null
-rmdir /var/run/sudo 2>/dev/null
+rmdir /var/run/sudo 2>/dev/null || :
 
 %files
 %defattr(644,root,root,755)
This page took 0.216372 seconds and 4 git commands to generate.