]> git.pld-linux.org Git - packages/SysVinit.git/commitdiff
- relase 23, SysVinit-2_78-23
authorkloczek <kloczek@pld-linux.org>
Sun, 11 Mar 2001 15:41:15 +0000 (15:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- run "/sbin/telinit u || :" in %post,
- merged OpenWall owl-bound-format patch.

Changed files:
    SysVinit.spec -> 1.68

SysVinit.spec

index f71ced38249c4d176ef20a2d9aa9c9bdc997b07a..6608177e351a22b1473e6685f7a0a4e28bbe2ca9 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    Program inicjalizuj
 Summary(tr):   System V baþlatma programý
 Name:          SysVinit
 Version:       2.78
-Release:       22
+Release:       23
 License:       GPL
 Group:         Base
 Group(de):     Gründsätzlich
@@ -23,6 +23,7 @@ Patch7:               sysvinit-halt.patch
 Patch8:                sysvinit-blowfish.patch
 Patch9:                sysvinit-notty.patch
 Patch10:       sysvinit-wall-n.patch
+Patch11:       sysvinit-owl-bound-format.patch
 BuildRequires: glibc-devel
 Prereq:                shadow
 Prereq:                make
@@ -72,6 +73,7 @@ sonlanmalar
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 %{__make} -C src LCRYPT="-lcrypt" \
@@ -108,6 +110,9 @@ gzip -9nf doc/Propaganda debian/changelog doc/sysvinit-%{version}.lsm
 %pre
 groupadd -f -r -g 22 utmp
 
+%post
+/sbin/telinit u || :
+
 %postun
 if [ "$1" = "0" ]; then
        groupdel utmp
This page took 0.03858 seconds and 4 git commands to generate.