hi all,
Discover on another blog, (Thanks to Ali Blog), this tips can help you to find some missing files.

for f in `cat /etc/syslog.conf | grep /var/ | sed 's/.*\(\/var.*\)/ \1/'`; do if [ ! -e $f ]; then touch $f; fi; done

Thanks,

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to