ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git] / sources / freeradius / postinst
blobfb0790a32dc5963e44624c9dfc9b1753edd8833d
1 #!/bin/sh
3 if [ ! -f /opt/etc/raddb/radiusd.conf ] ; then
4 cp -rf /opt/doc/.radius/* /opt/etc/
5 echo ; echo
6 echo "To complete the installation, you must edit /opt/etc/raddb/radiusd.conf,"
7 echo "and then run /opt/etc/init.d/S55freeradius to start the radius daemon."
8 echo
9 else
10 /opt/etc/init.d/S55freeradius