This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
### BEGIN INIT INFO | |
# Provides: dns-sync | |
# Required-Start: | |
# Required-Stop: | |
# Default-Start: S | |
# Default-Stop: | |
# Short-Description: Synchronizes /etc/resolv.conf in WLS with Windows DNS - Matthias Brooks | |
### END INIT INFO |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* vi: set sw=4 ts=4: */ | |
/* | |
* Mini ping implementation for busybox | |
* | |
* Copyright (C) 1999 by Randolph Chung <[email protected]> | |
* | |
* Adapted from the ping in netkit-base 0.10: | |
* Copyright (c) 1989 The Regents of the University of California. | |
* All rights reserved. | |
* |