summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index dd768190..21ecb2b5 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -195,7 +195,7 @@ if [ ${nosplash} = 0 ]; then
D_INITSCRIPTS="${D_INITSCRIPTS} splashy.stop"
d_mkrlscript init splashy.stop "Stopping Splashy ..."
echo -e "\t/var/lib/openslx/bin/splashy_update exit 2>/dev/null
- \tkillall -9 splashy\n\trm -f /var/lib/openslx/bin/splashy*" \
+ \tkillall -9 splashy\n\trm -f /var/lib/openslx/bin/splashy_update" \
>>/mnt/etc/${D_INITDIR}/splashy.stop
d_mkrlscript close splashy.stop ""
fi
@@ -446,8 +446,8 @@ testmkd /mnt/var/lib/openslx/themes/displaymanager
testmkd /mnt/var/lib/openslx/bin
[ -d /usr/share/themes/displaymanager ] && \
cp -a /usr/share/themes/displaymanager /mnt/var/lib/openslx/themes
-[ -d /etc/splashy -a ${nosplash} = 0 ] && ( cp -a /etc/splashy /mnt/etc; \
- cp -a /bin/splashy* /mnt/var/lib/openslx/bin )
+[ -d /etc/splashy -a ${nosplash} = 0 ] && (cp -a /bin/splashy_update \
+ /mnt/var/lib/openslx/bin)
#############################################################################
# preparation of /tmp directory (partition 44, nfs scratch, ramdisk). there