]> git.pld-linux.org Git - packages/cacti-plugin-configmanager.git/commitdiff
- cleanups
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 26 Dec 2007 13:06:27 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti-plugin-configmanager.spec -> 1.3

cacti-plugin-configmanager.spec

index 4785364a5b81badb1facc940d04520848b908cf6..bb0d73843a66e3d2a254371ca95f9f014a4f77a3 100644 (file)
@@ -1,7 +1,7 @@
-%define                namesrc configmanager   
+%define                namesrc configmanager
 %include       /usr/lib/rpm/macros.perl
 Summary:       Plugin for Cacti - for download/upload routers switches configuration
-Summary(pl.UTF-8):     Wtyczka do Cacti - 
+#Summary(pl.UTF-8):    Wtyczka do Cacti -
 Name:          cacti-plugin-configmanager
 Version:       0.75
 Release:       0.1
@@ -21,20 +21,23 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Plugin for Cacti - configmanager
+
 With this plugin you can easily schedule the download/upload of the
 configuration of your routers, switches and any devices (or change in
 one click some parameters of hundert of switches ... dangerous but
 possible now). It should function for all type of router or switches. 
+
 There is two method "TFTP" and "multi".
-- "TFTP" (based of "pancho" www.pancho.org) with option "pure PHP" no
+- "TFTP" (based of "pancho" <www.pancho.org>) with option "pure PHP" no
    need of pancho installation.
 - "multi" can use any scripts or SCP, FTP, SFTP or what you want.
+
 The syslog plugin and traps could active the download of the pancho
 config or script for the host which has received a specific event and
 which the "trap event flag" is active.
 
-%description -l pl.UTF-8
-Wtyczka do Cacti - 
+#%description -l pl.UTF-8
+#Wtyczka do Cacti - 
 
 %prep
 %setup -q -c -a1
@@ -46,13 +49,13 @@ find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
 
-cd %{namesrc}%{version} 
-cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+cd %{namesrc}%{version}
+cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc %{namesrc}%{version}/{Manual.txt,template.txt,configmanager_trap_list.txt} 
+%doc %{namesrc}%{version}/{Manual.txt,template.txt,configmanager_trap_list.txt}
 %{webcactipluginroot}
This page took 0.068036 seconds and 4 git commands to generate.