summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-06-01 17:51:43 +0200
committerDirk von Suchodoletz2007-06-01 17:51:43 +0200
commit623d157c45251cd0fece91ba636ff98d65a4ca16 (patch)
tree2740597400d60845c7918beb58b4d636f9850c9d /initramfs/distro-specs/ubuntu/functions-default
parentMake vesamenu.c32 available for optional use (diff)
downloadcore-623d157c45251cd0fece91ba636ff98d65a4ca16.tar.gz
core-623d157c45251cd0fece91ba636ff98d65a4ca16.tar.xz
core-623d157c45251cd0fece91ba636ff98d65a4ca16.zip
Check in same fixes as for the branch ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1134 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/ubuntu/functions-default')
-rw-r--r--initramfs/distro-specs/ubuntu/functions-default4
1 files changed, 1 insertions, 3 deletions
diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default
index 8e4809ec..37d56c65 100644
--- a/initramfs/distro-specs/ubuntu/functions-default
+++ b/initramfs/distro-specs/ubuntu/functions-default
@@ -90,13 +90,11 @@ done
# second stop
# function for ntp configuration
config_ntp () {
-local start=07
-local stop=14
if [ -f /mnt/etc/init.d/ntp -a "x$start_ntp" != "xno" ] ; then
echo -e "ntp:x:74:65534:NTP daemon:/var/lib/ntp:/bin/false" \
>>/mnt/etc/passwd
testmkd /mnt/var/lib/ntp/var/run/ntp
- rllinker "ntp" "$start" "$stop"
+ rllinker "ntp" "07" "14"
fi
}