summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gmail.com>2010-10-24 06:23:21 +0400
committerAndrew Savchenko <bircoph@gmail.com>2010-10-24 06:23:21 +0400
commit72eb69061a7e4d4004466ddba290624e10a4ef4f (patch)
treec0ac7ed4a8783a0ad01cad731af2ce96781377ac /net-dialup/openl2tp
parentAlways install l2tpconfig manual. (diff)
downloadbircoph-72eb69061a7e4d4004466ddba290624e10a4ef4f.tar.gz
bircoph-72eb69061a7e4d4004466ddba290624e10a4ef4f.tar.bz2
bircoph-72eb69061a7e4d4004466ddba290624e10a4ef4f.zip
Fix a typo (userpc instead of $userpc)
Diffstat (limited to 'net-dialup/openl2tp')
-rw-r--r--net-dialup/openl2tp/files/openl2tpd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dialup/openl2tp/files/openl2tpd.initd b/net-dialup/openl2tp/files/openl2tpd.initd
index e62a6d9..496fd50 100644
--- a/net-dialup/openl2tp/files/openl2tpd.initd
+++ b/net-dialup/openl2tp/files/openl2tpd.initd
@@ -29,7 +29,7 @@ start(){
ebegin "Starting openl2tpd"
# if rpc is enabled do not read config file by daemon (has bugs),
# but read by l2tpconfig instead
- if [[ userpc == "yes" ]]; then
+ if [[ $userpc == "yes" ]]; then
conf="/dev/null"
else
conf="${OPENL2TPD_CONFIG_FILE}"