From 30692c67a567c223b3fb752fd8781407c783db79 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 22 Jan 2007 00:47:54 +0000 Subject: Recoded the shell "(u)sleep" functions, depends on /proc by now, but should not impose to much (obsoletes rev. 629). Added AUTHORS file. Switched off halt/shutdown links for initial/boot.d scripts (in functions seems no need, but may produce problems if switched on) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@640 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/servconfig | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'initramfs/initrd-stuff/bin/servconfig') diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig index 9155a2de..6a857892 100755 --- a/initramfs/initrd-stuff/bin/servconfig +++ b/initramfs/initrd-stuff/bin/servconfig @@ -1,17 +1,20 @@ #!/bin/sh +# Copyright (c) 2003 - 2006 - RZ Uni Freiburg +# Copyright (c) 2006, 2007 - OpenSLX GmbH +# +# This program is free software distributed under the GPL version 2. +# See http://openslx.org/COPYING +# +# If you have any feedback please consult http://openslx.org/feedback and +# send your feedback to feedback@openslx.org +# +# General information about OpenSLX can be found under http://openslx.org # # universal (distro independent) configuration script for OpenSLX linux # diskless clients (executed in stage3 within initial ramfs). The file- # system is setup when servconfig starts -# -# Dirk von Suchodoletz , 14-12-2006 -# Michael Janczyk , 10-01-2007 -# Lars Mueller , 23-06-2006 -# Oliver Tappe , 23-06-2006 -# -# (c) 2006 - RZ Universitaet Freiburg -# (c) 2006 - OpenSLX.ORG Project +############################################################################# # check for configuration files to source # functions common for all distros, messages contains all error and -- cgit v1.2.3-55-g7522