diff options
| author | Dirk von Suchodoletz | 2006-01-18 13:22:01 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-01-18 13:22:01 +0100 |
| commit | 96e5310fb00aeee57cb381f01aa18dafb04e4272 (patch) | |
| tree | 18d3aa3ead25d79fea4b7042fc8fab052f34af20 /initrd/distro-specs/debian/functions-debian | |
| parent | gdm Konfiguration klappt nun. Kommentare angefuegt ... (diff) | |
| download | core-96e5310fb00aeee57cb381f01aa18dafb04e4272.tar.gz core-96e5310fb00aeee57cb381f01aa18dafb04e4272.tar.xz core-96e5310fb00aeee57cb381f01aa18dafb04e4272.zip | |
Hässlichen Bug bei dhclient IP Konfig. beseitig. Etliche Services
hinzugefügt. SuSE Funktionen (functions-suse...) erweitert.
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@18 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/debian/functions-debian')
| -rw-r--r-- | initrd/distro-specs/debian/functions-debian | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/initrd/distro-specs/debian/functions-debian b/initrd/distro-specs/debian/functions-debian index 12521f33..1edb34a9 100644 --- a/initrd/distro-specs/debian/functions-debian +++ b/initrd/distro-specs/debian/functions-debian @@ -2,7 +2,7 @@ # linux diskless clients (executed within initial # ramdisk after genconfig) # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 16-01-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-01-2006 # Blabla # Blub # @@ -74,6 +74,13 @@ if [ "x$start_cron" = "xyes" ] ; then fi } +# syslog service +config_syslog () { +if [ "x$start_syslog" = "xyes" ] ; then + echo >/dev/null +fi +} + # secure shell service config_sshd () { if [ "x$start_sshd" = "xyes" ] ; then @@ -180,3 +187,15 @@ config_xdm () { config_gdm () { echo >/dev/null } + +# configure kdm as display manager +config_kdm () { + echo >/dev/null +} + +# configure hal, dbus, resmgr and services like that +config_dreshal () { +if [ "x$start_dreshal" = "xyes" ]; then + echo >/dev/null +fi +} |
