summaryrefslogtreecommitdiff
path: root/conf/tcos-run-functions.sh
diff options
context:
space:
mode:
authorMario Izquierdo (mariodebian) <mariodebian@gmail.com>2007-05-27 19:28:16 +0000
committerMario Izquierdo (mariodebian) <mariodebian@gmail.com>2007-05-27 19:28:16 +0000
commit9fac5b1af9d670b0d469b2dec256ae05e614be85 (patch)
treedc71efd53f706e6e36c5f981e71f3ea46815e93b /conf/tcos-run-functions.sh
parent9ec185be14cac49798dff58b6e6c3bc13dc0e80b (diff)
initramfs-tools-tcos (0.79)
* hooks-addons/50xorg: - Fix XKB path - Remove symlinks (xfree86 and xorg) * scripts/tcos-bottom/10ldconfig: - Generate removed symlinks * usplash/Makefile: - More simple file * usplash/0.3/usplash-tcos.png, usplash/0.2/usplash-artwork.png: - New theme * scripts/tcos-bottom/10ldconfig: - Create some needed symlinks git-svn-id: http://tcosproject.org/svn/tcos/trunk/initramfs-tools-tcos@325 97557d6f-af72-4ac7-98cc-18709f36555f
Diffstat (limited to 'conf/tcos-run-functions.sh')
-rw-r--r--conf/tcos-run-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/tcos-run-functions.sh b/conf/tcos-run-functions.sh
index a01cf07..377c1f1 100644
--- a/conf/tcos-run-functions.sh
+++ b/conf/tcos-run-functions.sh
@@ -108,7 +108,7 @@ if_is_zero() {
_log () {
# print $@ into /tmp/initramfs.debug
#echo "[$(date +'%d/%m/%y %H:%M:%S')] $@" >> /tmp/initramfs.debug
- logger -t "$(echo $1| awk '{print $1}')" "$@" >> /tmp/initramfs.debug 2>&1
+ /bin/logger -t "$(echo $1| awk '{print $1}')" "$@" >> /tmp/initramfs.debug 2>&1
}
read_server() {