SPECS: webalizer.spec - moved cron script to sbin

glen glen at pld-linux.org
Tue Sep 27 17:03:55 CEST 2005


Author: glen                         Date: Tue Sep 27 15:03:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- moved cron script to sbin

---- Files affected:
SPECS:
   webalizer.spec (1.76 -> 1.77) 

---- Diffs:

================================================================
Index: SPECS/webalizer.spec
diff -u SPECS/webalizer.spec:1.76 SPECS/webalizer.spec:1.77
--- SPECS/webalizer.spec:1.76	Fri Sep  9 15:28:34 2005
+++ SPECS/webalizer.spec	Tue Sep 27 17:03:50 2005
@@ -13,7 +13,7 @@
 Summary(uk):	đŇĎÇŇÁÍÁ ÁÎÁĚŚÚŐ log-ĆÁĘĚŐ web/ftp/proxy-ÓĹŇ×ĹŇÁ
 Name:		webalizer
 Version:	%{ver}_%{patchlvl}
-Release:	15
+Release:	15.1
 License:	GPL v2
 Group:		Networking/Utilities
 Source0:	ftp://ftp.mrunix.net/pub/webalizer/%{name}-%{ver}-%{patchlvl}-src.tar.bz2
@@ -112,7 +112,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_bindir},%{_mandir}/man1} \
+install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name},%{_bindir},%{_sbindir},%{_mandir}/man1} \
 	$RPM_BUILD_ROOT{%{_webdir}/icons,%{_sysconfdir}/sysconfig,%{_sysconfdir}/cron.d}
 
 install sample.conf $RPM_BUILD_ROOT%{_sysconfdir}/webalizer.conf
@@ -120,7 +120,7 @@
 install webalizer.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install msfree.png $RPM_BUILD_ROOT%{_webdir}/icons
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/webalizer
-install %{SOURCE3} $RPM_BUILD_ROOT%{_bindir}/webalizer.cron
+install %{SOURCE3} $RPM_BUILD_ROOT%{_sbindir}/webalizer.cron
 install %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/cron.d/webalizer
 
 for lang in $(cd po && ls -1 *.mo); do
@@ -153,7 +153,8 @@
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/cron.d/webalizer
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/webalizer
 %attr(2755,root,stats) %dir %{_sysconfdir}/%{name}
-%attr(755,root,root) %{_bindir}/webalizer*
+%attr(755,root,root) %{_bindir}/webalizer
+%attr(755,root,root) %{_sbindir}/webalizer.cron
 %{_mandir}/man1/*
 %{_webdir}/icons/*
 
@@ -163,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.77  2005/09/27 15:03:50  glen
+- moved cron script to sbin
+
 Revision 1.76  2005/09/09 13:28:34  blues
 - release 15 - STBR to make it working with new vixie-cron
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/webalizer.spec?r1=1.76&r2=1.77&f=u




More information about the pld-cvs-commit mailing list