]> git.pld-linux.org Git - packages/setup.git/commitdiff
- /lib/security >/dev/null
authorwojtek <wojtek@pld.org.pl>
Thu, 27 May 1999 07:18:09 +0000 (07:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- /var/log >/dev/null
- standard Unix users like ftp/http/uucp/news/lp was save !

  it must be present on PLD Linux <amen> (no comments, no discuss allowed ;)

- home dir for 'adm' was changed to /var/account,
- group floppy again in /etc/group,
- /var/mail instead /var/spool/mail,
- /etc/profile.d >/dev/null
- ttyS1 >> /etc/securetty.
To może się jeszcze zmienić -- jeżeli tylko jakieś 'kolizje' wynikną z FHS-2.0

Changed files:
    setup.spec -> 1.10

setup.spec

index cc1f8d6729560fdce08cc75a2b18c959b6a0eb32..cacfbdea72752ad2aa5b74c7574485b53d36e38d 100644 (file)
@@ -4,8 +4,8 @@ Summary(fr):    Fichiers de configuration simples
 Summary(pl):   Podstawowe pliki systemu Linux
 Summary(tr):   Basit kurulum dosyalarý
 Name:          setup
-Version:       1.9.5
-Release:       2
+Version:       1.9.6
+Release:       1
 Copyright:     public domain
 Group:         Base
 Group(pl):     Podstawowe
@@ -39,11 +39,9 @@ i
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/var/log
-install -d $RPM_BUILD_ROOT/lib/security
+install -d $RPM_BUILD_ROOT
 
 cp -a * $RPM_BUILD_ROOT
-touch $RPM_BUILD_ROOT/var/log/lastlog
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -62,13 +60,21 @@ rm -rf $RPM_BUILD_ROOT
 
 %attr(600,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/secure*
 
-%ghost /var/log/lastlog
-
 %changelog
 * Wed May 19 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-- removed qmail, zmailer, goopher, news & other users from group & /etc/passwd 
+- removed qmail, zmailer, goopher & other users from group & /etc/passwd 
 - removed icmp group & gid=80
   (wywaliæ ten wpis przed fina³owym budowaniem!)
+- /lib/security >/dev/null
+- /var/log >/dev/null
+- standard Unix users like ftp/http/uucp/news/lp was save !
+
+  it must be present on PLD Linux <amen> (no comments, no discuss allowed ;)
+
+- home dir for adm was changed to /var/account,
+- /etc/profile.d >/dev/null,
+- group floppy again in /etc/group,
+- ttyS1 >> /etc/securetty.
 
 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
   [1.9.5-2]
This page took 0.043689 seconds and 4 git commands to generate.