summaryrefslogtreecommitdiff
path: root/japanese/okphone/pkg-install
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-02-08 06:27:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-02-08 06:27:44 +0000
commit029e419aeed4b1bf06e443555fbbb7c696ec4c7f (patch)
tree92e66678c581dfcd46de4ad2b16720c2bbd4b0f4 /japanese/okphone/pkg-install
parentUpgrade and use NCFTPTAIL now (diff)
libexec/in.phoned -> phoned.
Suggested by: pst
Notes
Notes: svn path=/head/; revision=2699
Diffstat (limited to 'japanese/okphone/pkg-install')
-rw-r--r--japanese/okphone/pkg-install2
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