diff options
author | Florian La Roche <laroche@redhat.com> | 2003-04-21 11:14:01 +0000 |
---|---|---|
committer | Florian La Roche <laroche@redhat.com> | 2003-04-21 11:14:01 +0000 |
commit | 05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8 (patch) | |
tree | 0695b79d2dbbe1853af7899971cfef26d1740a25 | |
parent | 023d0f3e0fcf1fd652358118bb6e18cebcadec08 (diff) | |
download | initscripts-05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8.tar initscripts-05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8.tar.gz initscripts-05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8.tar.bz2 initscripts-05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8.tar.xz initscripts-05f91a7f3d20c4e023cfecc915e0d9ccf793b7b8.zip |
- mainframe cleanup
-rw-r--r-- | initscripts-s390.patch | 10 | ||||
-rw-r--r-- | initscripts.spec | 4 | ||||
-rw-r--r-- | inittab.s390 | 1 |
3 files changed, 4 insertions, 11 deletions
diff --git a/initscripts-s390.patch b/initscripts-s390.patch index a0f68e5f..e9a46146 100644 --- a/initscripts-s390.patch +++ b/initscripts-s390.patch @@ -22,13 +22,3 @@ if [ "`/sbin/consoletype`" = "vt" ]; then # Load keymap -@@ -321,6 +326,9 @@ - else - action $"Skipping ISA PNP configuration at users request: " /bin/true - fi -+else -+ # No /sbin/isapnp => no PNP -+ PNP= - fi - - # Remount the root filesystem read-write. diff --git a/initscripts.spec b/initscripts.spec index e30807c6..a1819096 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -246,6 +246,10 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Apr 21 2003 Florian La Roche <Florian.LaRoche@redhat.de> +- initscripts-s390.patch: remove not needed parts about PNP= +- inittab.390: sync with normal version + * Fri Apr 18 2003 Florian La Roche <Florian.LaRoche@redhat.de> - sysconfig/init.s390: set LOGLEVEL=3 as for other archs - rc.d/init.d/network, rc.d/rc: change confirmation mode to diff --git a/inittab.s390 b/inittab.s390 index d011477f..6c0a7ee1 100644 --- a/inittab.s390 +++ b/inittab.s390 @@ -45,5 +45,4 @@ pr:12345:powerokwait:/sbin/shutdown -c "Power Restored; Shutdown Cancelled" 1:2345:respawn:/sbin/mingetty console --noclear # Run xdm in runlevel 5 -# xdm is now a separate service x:5:respawn:/etc/X11/prefdm -nodaemon |