diff options
author | asami <asami@FreeBSD.org> | 1996-02-08 14:27:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-08 14:27:44 +0800 |
commit | 73aef290d96f84dc1774edde919ea225b22957d3 (patch) | |
tree | b47b647d624eed33d99b913e1f5d7602a94d7547 /japanese/okphone/pkg-install | |
parent | 1bd3e4e7b74deff7d4c02efb67c9115d2e0ec9b7 (diff) | |
download | freebsd-ports-gnome-73aef290d96f84dc1774edde919ea225b22957d3.tar.gz freebsd-ports-gnome-73aef290d96f84dc1774edde919ea225b22957d3.tar.zst freebsd-ports-gnome-73aef290d96f84dc1774edde919ea225b22957d3.zip |
libexec/in.phoned -> phoned.
Suggested by: pst
Diffstat (limited to 'japanese/okphone/pkg-install')
-rw-r--r-- | japanese/okphone/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/okphone/pkg-install b/japanese/okphone/pkg-install index 0919294b3c06..2ee29e1e598d 100644 --- a/japanese/okphone/pkg-install +++ b/japanese/okphone/pkg-install @@ -16,6 +16,6 @@ if ! grep -qw ^phone /etc/inetd.conf; then echo "I don't see \"phone\" in your /etc/inetd.conf file." echo "You may want to add the following to your /etc/inetd.conf." echo "" - echo "phone dgram udp wait root /usr/local/libexec/in.phoned in.phoned" + echo "phone dgram udp wait root /usr/local/libexec/phoned phoned" echo "" fi |