]> git.pld-linux.org Git - packages/bacula.git/commitdiff
- fix bat trigger errors when bat itself not present
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 8 Dec 2010 18:07:40 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bacula.spec -> 1.175

bacula.spec

index 6640facbedfac35b8d874504ee20ae38f0e974e5..0b7ecf3a22f2f18827f8eff36a1bbcc99c6116fc 100644 (file)
@@ -772,7 +772,7 @@ fi
 %update_configs
 
 %triggerpostun common -- %{name}-common < 5.0.1-2
-find %{_sysconfdir}/bat.conf* -perm /007 -print0 | xargs -0 -r chmod 600 || :
+find %{_sysconfdir}/bat.conf* -perm /007 -print0 2>/dev/null | xargs -0 -r chmod 600 || :
 
 %post console-qt4
 %update_configs
This page took 0.041424 seconds and 4 git commands to generate.