1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 20:30:23 +03:00
openwrt-xburst/obsolete-buildroot/sources/openwrt/ipkg/radvd/CONTROL/postinst
mbm fe6af23ad4 buildroot-20040827-matrixssl.patch.txt
buildroot-20040827-ntpclient.patch.txt
buildroot-20040827-radvd.patch.txt
buildroot-20040827-strace.patch.txt


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@152 3c298f89-4303-0410-b956-a3cf2f4a3e73
2004-08-27 23:20:34 +00:00

13 lines
228 B
Bash

#!/bin/sh
# This code is from radvd package found on:
# http://openwrt.org/ipkg/
if [ ! -f /etc/radvd.conf ] ; then
echo
echo
echo See /etc/radvd.conf for configuration.
echo
cp /etc/radvd.conf.example /etc/radvd.conf
fi