buildroot-20040827-matrixssl.patch.txt
[openwrt/svn-archive/archive.git] / obsolete-buildroot / sources / openwrt / ipkg / radvd / CONTROL / postinst
1 #!/bin/sh
2
3 # This code is from radvd package found on:
4 # http://openwrt.org/ipkg/
5
6 if [ ! -f /etc/radvd.conf ] ; then
7 echo
8 echo
9 echo See /etc/radvd.conf for configuration.
10 echo
11 cp /etc/radvd.conf.example /etc/radvd.conf
12 fi