diff options
author | max <max@FreeBSD.org> | 1996-09-19 22:35:53 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-09-19 22:35:53 +0800 |
commit | b9d0bfb21bf82516678baa6e4bacca4474f91717 (patch) | |
tree | 454cd908675c4b0b3f0d44a877c52d840de102d0 /japanese/Canna | |
parent | d00507fd040255a2a196a00b95499d5a20666f33 (diff) | |
download | freebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.tar.gz freebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.tar.zst freebsd-ports-gnome-b9d0bfb21bf82516678baa6e4bacca4474f91717.zip |
Check on /etc/services will be performed upon pkg_add, too.
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/pkg-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/Canna/pkg-install b/japanese/Canna/pkg-install new file mode 100644 index 000000000000..c82c3531e620 --- /dev/null +++ b/japanese/Canna/pkg-install @@ -0,0 +1,6 @@ +#!/bin/sh +(grep -v ^# /etc/services | grep canna >/dev/null) || \ +(echo "Now, you need to add following entry to your /etc/services:" ; + echo ; + echo " canna 5680/tcp" ; + echo ) |