Typo.
This commit is contained in:
parent
e25fc3a3dc
commit
2ad4f1cc5b
1 changed files with 2 additions and 2 deletions
4
debian/init.d
vendored
4
debian/init.d
vendored
|
@ -1,7 +1,7 @@
|
||||||
#! /usr/bin/perl -w
|
#! /usr/bin/perl -w
|
||||||
#
|
#
|
||||||
# System startup script for tinc
|
# System startup script for tinc
|
||||||
# $Id: init.d,v 1.10 2000/05/21 22:04:56 guus Exp $
|
# $Id: init.d,v 1.11 2000/05/21 22:08:21 guus Exp $
|
||||||
#
|
#
|
||||||
# Based on Lubomir Bulej's Redhat init script.
|
# Based on Lubomir Bulej's Redhat init script.
|
||||||
#
|
#
|
||||||
|
@ -90,7 +90,7 @@ sub vpn_load {
|
||||||
warn "tinc: Invalid argument to VpnMask\n";
|
warn "tinc: Invalid argument to VpnMask\n";
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if(!defined($VPNMASK) {
|
if(!defined($VPNMASK)) {
|
||||||
warn "tinc: No VpnMask specified. Using default 255.255.0.0\n";
|
warn "tinc: No VpnMask specified. Using default 255.255.0.0\n";
|
||||||
$VPNMASK="255.255.0.0";
|
$VPNMASK="255.255.0.0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue