summaryrefslogtreecommitdiff
path: root/japanese/okphone/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/okphone/pkg-install')
-rw-r--r--japanese/okphone/pkg-install21
1 files changed, 0 insertions, 21 deletions
diff --git a/japanese/okphone/pkg-install b/japanese/okphone/pkg-install
deleted file mode 100644
index 2ee29e1e598d..000000000000
--- a/japanese/okphone/pkg-install
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-# installation script for okphone
-if [ "$2" != "POST-INSTALL" ]; then
- exit 0
-fi
-if ! grep -qw ^phone /etc/services; then
- echo ""
- echo "I don't see \"phone\" in your /etc/services file."
- echo "You may want to add the following to your /etc/services."
- echo ""
- echo "phone 1167/udp #phone - conference calling"
- echo ""
-fi
-if ! grep -qw ^phone /etc/inetd.conf; then
- echo ""
- 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/phoned phoned"
- echo ""
-fi