configure syslog

This commit is contained in:
josch 2009-07-14 04:57:55 +00:00
parent 3ac714904b
commit d47b9f79bd

View file

@ -36,6 +36,8 @@ if [ $? -ne 0 ]; then
exit 1 exit 1
fi fi
# /etc/syslog.conf
echo "*.* @host" > $ROOTDIR/etc/syslog.conf
# /etc/hosts # /etc/hosts
echo "127.0.0.1 localhost" > $ROOTDIR/etc/hosts echo "127.0.0.1 localhost" > $ROOTDIR/etc/hosts
# /etc/resolv.conf # /etc/resolv.conf