From 86a88c59632df8facad320240d64b8896653a97b Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 16 Oct 2007 16:09:25 +0000 Subject: no splashy in client-system. no unnecessary copies. finished what dirk started yesterday. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1388 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/servconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'initramfs') 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 -- cgit v1.2.3-55-g7522