summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authors8tomaie2006-05-30 13:41:49 +0200
committers8tomaie2006-05-30 13:41:49 +0200
commitd9b9e7f26372c235a9cc3768adc2babfa4815f77 (patch)
tree4206a62de3e4cbf0b6a4fe1e4cb620e442921bb4 /initrd/initrd-stuff/etc/functions
parentcorrected timing issue for apperance of nbd modules (within init), (diff)
downloadcore-d9b9e7f26372c235a9cc3768adc2babfa4815f77.tar.gz
core-d9b9e7f26372c235a9cc3768adc2babfa4815f77.tar.xz
core-d9b9e7f26372c235a9cc3768adc2babfa4815f77.zip
leere funktionen in distro-specs gelöscht, dummys in etc/functions hinzugefühgt
git-svn-id: http://svn.openslx.org/svn/openslx/ld4@241 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/functions')
-rw-r--r--initrd/initrd-stuff/etc/functions121
1 files changed, 121 insertions, 0 deletions
diff --git a/initrd/initrd-stuff/etc/functions b/initrd/initrd-stuff/etc/functions
index b240ce4b..508fd35e 100644
--- a/initrd/initrd-stuff/etc/functions
+++ b/initrd/initrd-stuff/etc/functions
@@ -694,3 +694,124 @@ case "$country" in
;;
esac
}
+
+######################### dummy functions
+
+preinit () {
+ :
+}
+
+postinit () {
+ :
+}
+
+# distro specific function called from servconfig script
+config_distro () {
+ :
+}
+
+# AUS SuSE-9.3
+# udev/hotplug - auto device discovery service
+udev_hotplug () {
+ :
+}
+
+# linking runlevel scripts
+rllinker () {
+ :
+}
+
+# group of functions for the normal runlevels - first parameter is start
+# second stop
+# function for ntp configuration
+config_ntp () {
+ :
+}
+
+# function for atd
+config_atd () {
+ :
+}
+
+# function for configuration of cron services
+config_cron () {
+ :
+}
+
+# syslog service
+config_syslog () {
+ :
+}
+
+# secure shell service
+config_sshd () {
+ :
+}
+
+# snmp agent for remote monitoring
+config_snmp () {
+ :
+}
+
+# consolefont
+consolefont () {
+ :
+}
+# acpi and powersave
+config_acpi () {
+ :
+}
+
+# configure xdm as display manager
+config_xdm () {
+ :
+}
+
+# configure gdm as display manager
+config_gdm () {
+ :
+}
+
+# configure hal, dbus, resmgr and services like that
+config_dreshal () {
+ :
+}
+
+# configure automounter
+config_automount () {
+:
+}
+
+# configure bluetooth services
+config_bt () {
+:
+}
+
+d_mkrlscript () {
+ :
+}
+
+# start name service caching daemon
+config_nscd () {
+:
+}
+
+# prepare virtual machine environment (vmware, vmplayer)
+config_vmware () {
+ :
+}
+
+# configure automounter
+config_automount () {
+ :
+}
+
+# start portmapper (needed at least for nfs and nis services)
+config_portmap () {
+:
+}
+
+# start NIS (fixmee - does the service is really named ypbind??)
+config_nis () {
+ :
+}