]> git.pld-linux.org Git - packages/bird.git/commitdiff
- rel 2; fix chmod in trigger auto/th/bird-1_3_6-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 23 Jan 2012 22:34:02 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.69

bird.spec

index 189256bdcdbeb45c5c14a4ad5e098407179d5148..55ad904607075df96b3145b8305851823e921ca1 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -10,7 +10,7 @@ Summary:      The BIRD Internet Routing Daemon
 Summary(pl.UTF-8):     Demon BIRD Internetowego Routingu Dynamicznego
 Name:          bird
 Version:       1.3.6
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
@@ -191,7 +191,7 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun ipv4 -- %{name}-ipv4 < 1.3.4-3
-chown 0640 /etc/bird.conf
+chmod 0640 /etc/bird.conf
 chgrp bird /etc/bird.conf
 
 %files
This page took 0.050219 seconds and 4 git commands to generate.