]> git.pld-linux.org Git - packages/cacti-plugin-superlinks.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-superlinks.spec -> 1.2

cacti-plugin-superlinks.spec

index 163a99d3dfe99d8fe7a7a02c22d9f63dae8e9bf9..4261e5628dad93750069b2f0845b0338d0f9a16c 100644 (file)
@@ -29,21 +29,22 @@ or Nagios...
 It is intended as a replacement for the Links plugin that I wrote some
 time ago, but with the following key improvements:
 
-  * Any number of tabs/menu items
-  * For tabs, a Cacti-style tab image is generated, so your additional
+- Any number of tabs/menu items
+- For tabs, a Cacti-style tab image is generated, so your additional
   pages are integrated into Cacti better
-  * It uses Weathermap's access-control code, so you can make tabs
-  that are only visible to certain users
-  * In addition to tabs, there is the option to make Console Menu
-  items, and 'Welcome Page' items.
-  * You can embed an external webpage directly, without writing any
-  HTML, if that's all you need. 
+- It uses Weathermap's access-control code, so you can make tabs that
+  are only visible to certain users
+- In addition to tabs, there is the option to make Console Menu items,
+  and 'Welcome Page' items.
+- You can embed an external webpage directly, without writing any
+  HTML, if that's all you need.
 
 %description -l pl.UTF-8
 To jest bardzo prosta wtyczka dla architektury wtyczek Cacti
 stworzonej przez Jimmy'ego Smitha dla Cacti 0.8.x (0.9.0 ma mieć nowy
-system wtyczek). Pozwala umieścić dowolną treść HTML jako zakładkę na
-górnej stronie. Można użyć jej do zintegrowania innych narzędzi z Cacti
+system wtyczek). Pozwala umieścić dowolną treść HTML jako
+zakładkę na górnej stronie. Można użyć jej do zintegrowania
+innych narzędzi z Cacti
 - np. odnośników do Smokepinga, Request Trackera lub Nagiosa...
 
 %prep
@@ -54,7 +55,7 @@ find '(' -name '*.php' -o -name '*.inc' ')' -print0 | xargs -0 sed -i -e 's,\r$,
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{webcactipluginroot}
-cp -aRf * $RPM_BUILD_ROOT%{webcactipluginroot}
+cp -a * $RPM_BUILD_ROOT%{webcactipluginroot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.081849 seconds and 4 git commands to generate.