diff options
author | obraun <obraun@FreeBSD.org> | 2003-08-24 17:45:07 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-08-24 17:45:07 +0000 |
commit | d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6 (patch) | |
tree | 30a02dc5ee6a2fd23c28a14b9f57def3fe525d69 /net/samba/scripts | |
parent | 6ae09ddfcd75feba32b1287836ab7d1318869908 (diff) | |
download | FreeBSD-ports-d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6.zip FreeBSD-ports-d6a74bbf8ffa95b4808c1c5fd31ac1d9604fb2f6.tar.gz |
- change spaces for tabs in Makefile (portlint complaint)
- add 'samba' to configuration dialog title
PR: ports/55920
Submitted by: Lars Thegler <lars@thegler.dk>
Approved by: maintainer
Diffstat (limited to 'net/samba/scripts')
-rw-r--r-- | net/samba/scripts/configure.samba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/scripts/configure.samba b/net/samba/scripts/configure.samba index 80af4c8..120baa4 100644 --- a/net/samba/scripts/configure.samba +++ b/net/samba/scripts/configure.samba @@ -11,7 +11,7 @@ if [ "${BATCH}" ]; then set ${SAMBA_OPTIONS} fi else - /usr/bin/dialog --title "configuration options" --clear \ + /usr/bin/dialog --title "samba configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 12 \ syslog "With syslog support" OFF \ |