diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-14 00:16:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-14 00:16:51 +0000 |
commit | 528f5193e7f11cb319d304a9ddf65bcc6f6ef2f7 (patch) | |
tree | 8030ef36bdd2534e99c44bb6f408740841a3220c /misc/upclient/files/upclient.sh | |
parent | starting work on actual port; this commit removes files from a previous version (diff) |
Update to 5.0.b7 and various small changes.
PR: 47869
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Notes
Notes:
svn path=/head/; revision=75484
Diffstat (limited to 'misc/upclient/files/upclient.sh')
-rw-r--r-- | misc/upclient/files/upclient.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/upclient/files/upclient.sh b/misc/upclient/files/upclient.sh index 549ea783dc44..b44005f1061f 100644 --- a/misc/upclient/files/upclient.sh +++ b/misc/upclient/files/upclient.sh @@ -49,7 +49,7 @@ start) "${config_path}." exit 72 fi - if grep -qs "^[$ws]*AuthKey[$ws]*=[$ws]*<your_authkey>" ${config_path} + if grep -qs "^[$ws]*AuthKey[$ws]*=[$ws]*your_authkey" ${config_path} then logger -sp ${syslog_facility} -t ${program_file} \ "unable to start: AuthKey isn't configured in" \ |