diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-10 18:39:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-01-10 18:39:42 +0000 |
commit | 178721614c43a73907510dd7cfefbf50cd9cd8ab (patch) | |
tree | 8d8e8634721ab040e00ade8692f45a38b7a567ea /comms/minicom/scripts | |
parent | Update to xfmail-1.2 from 1.1. I started with the port submitted (diff) |
Allow root to use the "-d" switch.
Cleanup pre-install script.
Remove etc/minicom on pkg_delete.
Notes
Notes:
svn path=/head/; revision=9315
Diffstat (limited to 'comms/minicom/scripts')
-rw-r--r-- | comms/minicom/scripts/create-dev-link | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/scripts/create-dev-link b/comms/minicom/scripts/create-dev-link index 02c6e8db70a6..5d0699720797 100644 --- a/comms/minicom/scripts/create-dev-link +++ b/comms/minicom/scripts/create-dev-link @@ -3,7 +3,7 @@ # pre-install script for Minicom port to FreeBSD 2.x echo "" -echo "Minicom will be installed mode 4511 (setuid) owner root, and group bin." +echo "Minicom will be installed mode 4511 (setuid) owner uucp, and group dialer." echo "" echo -n "Is this ok? [y] " read fooz |