]> git.pld-linux.org Git - packages/bigsister.git/commitdiff
- cleaning
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Sun, 20 Mar 2005 07:04:23 +0000 (07:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add comment

Changed files:
    bigsister.spec -> 1.40

bigsister.spec

index 33ef408863524619bd2af7f65c086c5aaa172b2d..7c4a46fa9db59c80581e8a04b7b4448f5e2033cc 100644 (file)
@@ -1,12 +1,12 @@
 #TODO
-# - package bigsister --> bigsister-agent
+# - corect path for files and directory in /etc/bigsister/etc/* - Patch5 (FHS)
 #/TODO
 %include       /usr/lib/rpm/macros.perl
 Summary:       The Big Sister Network and System Monitor
 Summary(pl):   Wielka Siostra - monitor sieci i systemów
 Name:          bigsister
 Version:       0.99b2
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Networking
 Source0:       http://dl.sourceforge.net/bigsister/big-sister-%{version}.tar.gz
@@ -17,6 +17,7 @@ Patch1:               %{name}-memory.patch
 Patch2:                %{name}-logfile-notranslated.patch
 Patch3:                %{name}-dubleinstall.patch
 Patch4:                %{name}-not_user_check.patch
+#Patch5:               %{name}-path_to_adm.patch
 URL:           http://bigsister.graeff.com/
 BuildRequires: perl-libnet
 BuildRequires: perl-libwww
@@ -139,6 +140,7 @@ Wtyczka Big Sister do monitorowania z u
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+#%patch5 -p1
 
 %build
 ./configure \
@@ -339,7 +341,6 @@ fi
 %attr(750,root,bs) %dir %{_sysconfdir}/bigsister/reporting
 %{_sysconfdir}/bigsister/reporting/*
 %attr(750,root,bs) %dir %{_sysconfdir}/bigsister/etc
-# XXX: /usr is not writable at runtime!
 %attr(660,root,bs) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bigsister/etc/bsmon.cfg
 %attr(660,root,bs) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bigsister/etc/graphtemplates
 %attr(660,root,bs) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bigsister/etc/keys
This page took 0.082966 seconds and 4 git commands to generate.