1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Check on /etc/services will be performed upon pkg_add, too.

This commit is contained in:
Masafumi Max NAKANE 1996-09-19 14:35:53 +00:00
parent 9cd9d5ef35
commit f5e23c4093
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3820
3 changed files with 18 additions and 0 deletions

View File

@ -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 )

View File

@ -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 )

View File

@ -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 )