Fix v1.0 nvram "bug".
[openwrt.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
This page took 0.049023 seconds and 5 git commands to generate.