]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- release 4, SysVinit-2_77-4
authorkloczek <kloczek@pld-linux.org>
Tue, 9 Nov 1999 00:01:20 +0000 (00:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed group to utmp on wtmpx file to allow logging sgid utmp programs
  like *terms to wtpmx,
- added chgrp utmp for wtmpx in %post.

Changed files:
    SysVinit.spec -> 1.28

SysVinit.spec

index 18a72dd2dac455b5520173e67b69e352672c585a..e3a0ab7ed275c18bb1dba54ead88f4a687b0070c 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Program inicjalizuj
 Summary(tr):   System V baþlatma programý
 Name:          SysVinit
 Version:       2.77
-Release:       3
+Release:       4
 Copyright:     GPL
 Group:         Base
 Group(pl):     Podstawowe
@@ -92,6 +92,7 @@ gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
 touch /var/log/{lastlog,wtmpx,btmpx}
 chmod 0644 /var/log/lastlog /var/log/wtmpx
 chmod 0640 /var/log/btmpx
+chgrp utmp /var/log/wtmpx
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -110,7 +111,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(640,root,root) /etc/logrotate.d/*
 %ghost /etc/initrunlvl
 %ghost /var/log/lastlog
-%ghost /var/log/wtmpx
+%attr(660,root,utmp) %ghost /var/log/wtmpx
 %attr(640,root,root) %ghost /var/log/btmpx
 
 %{_mandir}/man*/*
This page took 0.041512 seconds and 4 git commands to generate.