]> git.pld-linux.org Git - packages/autolog.git/commitdiff
- add log file auto/ac/autolog-0_40-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Jul 2005 19:43:06 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autolog.spec -> 1.38

autolog.spec

index 7eca8e2ad5049d2372f2e6e27412a292911fad1f..0ea3bc23dc32e7b9a9aff9065aa27ea359ee0aca 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Terminates connections for idle users
 Summary(pl):   Przerywa po³±czenia bezczynnych u¿ytkowników
 Name:          autolog
 Version:       0.40
-Release:       2
+Release:       3
 License:       GPL
 Group:         Daemons
 Source0:       ftp://sunsite.unc.edu/pub/Linux/system/admin/idle/%{name}-%{version}.tar.gz
@@ -35,7 +35,7 @@ u
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},/etc/rc.d/init.d}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man{5,8},/etc/rc.d/init.d,/var/log}
 
 install autolog $RPM_BUILD_ROOT%{_sbindir}
 install autolog.conf $RPM_BUILD_ROOT%{_sysconfdir}
@@ -43,6 +43,8 @@ install autolog.8.gz $RPM_BUILD_ROOT%{_mandir}/man8
 install autolog.conf.5.gz $RPM_BUILD_ROOT%{_mandir}/man5
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
 
+touch $RPM_BUILD_ROOT/var/log/autolog.log
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -69,3 +71,4 @@ fi
 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/autolog.conf
 %attr(754,root,root) /etc/rc.d/init.d/%{name}
 %{_mandir}/man?/*
+%attr(640,root,root) %ghost /var/log/autolog.log
This page took 0.080273 seconds and 4 git commands to generate.