aboutsummaryrefslogtreecommitdiff
path: root/libexec/uucpd
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-11-23 17:48:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-11-23 17:48:31 +0000
commit768c5595a82c1c648c9cf9ef27a85f12ae8b3e32 (patch)
tree990c818fd65369d38492cce4d923a2bd72a72e2b /libexec/uucpd
parente59e6a8322ea975ccdeaacc0579ded09f8bb8a06 (diff)
downloadsrc-768c5595a82c1c648c9cf9ef27a85f12ae8b3e32.tar.gz
src-768c5595a82c1c648c9cf9ef27a85f12ae8b3e32.zip
Fix uucico path
Submitted by: Gene Stark
Notes
Notes: svn path=/head/; revision=4789
Diffstat (limited to 'libexec/uucpd')
-rw-r--r--libexec/uucpd/pathnames.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/uucpd/pathnames.h b/libexec/uucpd/pathnames.h
index e9823eec52a8..46310a4fc1e9 100644
--- a/libexec/uucpd/pathnames.h
+++ b/libexec/uucpd/pathnames.h
@@ -35,4 +35,4 @@
#include <paths.h>
-#define _PATH_UUCICO "/usr/lib/uucp/uucico"
+#define _PATH_UUCICO "/usr/libexec/uucp/uucico"