Mailinglist Archive: opensuse-de (5757 mails)

< Previous Next >
Re: mysql
  • From: Philipp Thomas <pth@xxxxxxxxx>
  • Date: Sat, 26 Oct 2002 20:28:26 +0200
  • Message-id: <psfjrugj7ilm83q1jcbei2c25p587g0ps3@xxxxxxx>
Ralf Corsepius <corsepiu@xxxxxxxxxxxxxx> [25 Oct 2002 17:45:35 +0200]:

>http://www.linuxbase.org/spec/refspecs/LSB_1.2.0/gLSB/initsrcinstrm.html
>
>Und nun (wundern und staunen!!)
># ls -l /usr/lib/lsb/
>lrwxrwxrwx 1 root root 23 Okt 22 10:48 install_initd ->
>../../../sbin/chkconfig
>lrwxrwxrwx 1 root root 23 Okt 22 10:48 remove_initd ->
>../../../sbin/chkconfig

Und nun noch mehr staunen! Sowohl für 8.0 als auf 8.1 gilt:

[root:~]ls -l /usr/lib/lsb
-rwx------ 1 root root 39 2002-09-19 19:23 install_initd
-rwx------ 1 root root 42 2002-09-19 19:23 remove_initd

[root:~]cat /usr/lib/lsb/install_initrd
#!/bin/sh
exec /sbin/insserv ${1+"$@"}

[root:~]cat /usr/lib/lsb/remove_initd
#!/bin/sh
exec /sbin/insserv -r ${1+"$@"}

Es ist alles da, wie man es erwartet. Und nun? ;-))))))

Philipp

--
Philipp Thomas Arbeit: pthomas@xxxxxxx
Entwicklung, SuSE Linux AG Privat: pth@xxxxxxxxx

< Previous Next >
Follow Ups