]> git.pld-linux.org Git - packages/bnc.git/commitdiff
- fix perms on run dir
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Feb 2005 03:42:51 +0000 (03:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bnc.spec -> 1.30

bnc.spec

index ef6aea356a230692366f6c299a67441117b366cc..c4cbab67c46f503d761c8d1a6b370434f2b8a0bf 100644 (file)
--- a/bnc.spec
+++ b/bnc.spec
@@ -4,7 +4,7 @@ Summary:        Simple IRC bouncer
 Summary(pl):   Proste narzêdzie do tunelowania irc
 Name:          bnc
 Version:       2.9.3
-Release:       0.10
+Release:       0.11
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://www.gotbnc.com/files/%{name}%{version}.tar.gz
@@ -145,5 +145,5 @@ fi
 %config(noreplace) %verify(not size mtime md5) %attr(640,root,bnc) %{_sysconfdir}/*
 %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/%{name}
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
-%dir %attr(750,root,bnc) /var/run/%{name}
+%dir %attr(770,root,bnc) /var/run/%{name}
 %attr(620,bnc,bnc) %ghost /var/log/%{name}.log
This page took 0.042485 seconds and 4 git commands to generate.