Skip to content

Commit

Permalink
knock:
Browse files Browse the repository at this point in the history
 * fix external, by mementum
 * remove compat section
(closes #2282)

git-svn-id: file:///var/svn/freetz/trunk@11365 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
cuma committed Dec 10, 2013
1 parent 7a61741 commit d8b733d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion make/knock/external.services
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ "$EXTERNAL_FREETZ_PACKAGE_KNOCK" == "y" ] && EXTERNAL_SERVICES+=" knockd"
[ "$EXTERNAL_FREETZ_PACKAGE_KNOCK" == "y" ] && EXTERNAL_SERVICES+=" knock"
1 change: 0 additions & 1 deletion make/knock/files/root/etc/init.d/rc.knock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ start() {
case $1 in
""|load)
[ -d "/tmp/flash/knock" ] || mkdir /tmp/flash/knock
[ -r /tmp/flash/knockd.conf ] && mv /tmp/flash/knockd.conf /tmp/flash/knock/knockd.conf
config

modreg cgi 'knock' 'Knock'
Expand Down

0 comments on commit d8b733d

Please sign in to comment.