Subversion Repositories ALCASAR

Rev

Rev 1827 | Rev 2262 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1827 Rev 2223
Line 1... Line 1...
1
#/bin/bash
1
#!/bin/bash
2
# $Id: alcasar-dhcp.sh 1484 2014-11-11 23:14:36Z richard $
2
# $Id: alcasar-dns-local.sh 2223 2017-05-14 14:38:01Z tom.houdayer $
3
 
3
 
4
# alcasar-dns-interne.sh
4
# alcasar-dns-interne.sh
5
# by Rexy - 3abtux
5
# by Rexy - 3abtux
6
# This script is distributed under the Gnu General Public License (GPL)
6
# This script is distributed under the Gnu General Public License (GPL)
7
 
7
 
Line 58... Line 58...
58
		echo "Argument inconnu :$1";
58
		echo "Argument inconnu :$1";
59
		echo "$usage"
59
		echo "$usage"
60
		exit 1
60
		exit 1
61
		;;
61
		;;
62
esac
62
esac
63
 
-