#(C) 2004 Tobias Hirning sskyman@web.de
#11.12.2004 22:25
#just a little install-script
#it should work on the most systems

#copying the program files
cp usr/sbin/* /usr/sbin
cp usr/share/man/man8/* /usr/share/man/man8

#creating user ilog
groupadd ilog

#creating /etc/ilog
mkdir -p /etc/ilog/
chmod 0750 /etc/ilog/
chown root:ilog /etc/ilog/
cp /dev/null /etc/ilog/installed.all
chmod 0640 /etc/ilog/installed.all
chown root:ilog /etc/ilog/installed.all
