summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/ubuntu/functions-default
diff options
context:
space:
mode:
authorFelix Endres2006-08-15 16:16:52 +0200
committerFelix Endres2006-08-15 16:16:52 +0200
commit2aa34daed7e3e82e8e62310229f8d16092512b00 (patch)
treec70b98e4dfdea6db03d48c5c872f175de3d7c316 /initrd/distro-specs/ubuntu/functions-default
parent* added confiurable attributes (shared between system, client and group) (diff)
downloadcore-2aa34daed7e3e82e8e62310229f8d16092512b00.tar.gz
core-2aa34daed7e3e82e8e62310229f8d16092512b00.tar.xz
core-2aa34daed7e3e82e8e62310229f8d16092512b00.zip
Ubuntu 5.10: working
Ubuntu 6.06: still problems with gdm git-svn-id: http://svn.openslx.org/svn/openslx/trunk@297 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/distro-specs/ubuntu/functions-default')
-rw-r--r--initrd/distro-specs/ubuntu/functions-default1
1 files changed, 1 insertions, 0 deletions
diff --git a/initrd/distro-specs/ubuntu/functions-default b/initrd/distro-specs/ubuntu/functions-default
index 2def5937..e24c802c 100644
--- a/initrd/distro-specs/ubuntu/functions-default
+++ b/initrd/distro-specs/ubuntu/functions-default
@@ -80,6 +80,7 @@ for i in rc2.d/K$stop$script rc3.d/K$stop$script \
break
else
ln -sf ../init.d/$script /mnt/etc/$i
+ echo "Linked $script"
fi
done
}