diff options
author | christos <christos@pkgsrc.org> | 2007-03-16 20:05:37 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2007-03-16 20:05:37 +0000 |
commit | f64c4b7146efcfd68bf2ff0623fca7305eb96451 (patch) | |
tree | 41682a3ae52ab85cb48f31b9f91081ff5b008350 /net/uucp | |
parent | 645d63c039eefc6616ee772d25bfd4a2a7aea6b2 (diff) | |
download | pkgsrc-f64c4b7146efcfd68bf2ff0623fca7305eb96451.tar.gz |
put in the pkgsrc location of uucico
Diffstat (limited to 'net/uucp')
-rw-r--r-- | net/uucp/files/uucpd/pathnames.h | 4 | ||||
-rw-r--r-- | net/uucp/files/uucpd/uucpd.8 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/uucp/files/uucpd/pathnames.h b/net/uucp/files/uucpd/pathnames.h index a10ef6cf61e..86db3acdcf5 100644 --- a/net/uucp/files/uucpd/pathnames.h +++ b/net/uucp/files/uucpd/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.2 2007/03/16 17:52:30 christos Exp $ */ +/* $NetBSD: pathnames.h,v 1.3 2007/03/16 20:05:37 christos Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -33,4 +33,4 @@ #include <paths.h> -#define _PATH_UUCICO "@PREFIX@/libexec/uucp/uucico" +#define _PATH_UUCICO "@PREFIX@/sbin/uucico" diff --git a/net/uucp/files/uucpd/uucpd.8 b/net/uucp/files/uucpd/uucpd.8 index cf322204436..4e1239a1b8a 100644 --- a/net/uucp/files/uucpd/uucpd.8 +++ b/net/uucp/files/uucpd/uucpd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: uucpd.8,v 1.2 2007/03/16 17:52:30 christos Exp $ +.\" $NetBSD: uucpd.8,v 1.3 2007/03/16 20:05:37 christos Exp $ .\" .\" Copyright (c) 1998 Matthew R. Green .\" All rights reserved. @@ -48,7 +48,7 @@ file transfer daemon, if the following conditions are met: the username and password match a valid account .It the accounts shell is -.Dq @PREFIX@/libexec/uucp/uucico . +.Dq @PREFIX@/sbin/uucico . .El .Pp .Nm |