diff options
author | petef <petef@FreeBSD.org> | 2001-12-28 03:34:11 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-28 03:34:11 +0800 |
commit | a5e2f1cda720bbb2a5c55086c2090adb9ef9e349 (patch) | |
tree | 8a92571ba920606b4404ec112fa1827f78f3efe7 /net | |
parent | 697e0631e9eda4f3a5ec46eef526f060d5067961 (diff) | |
download | freebsd-ports-gnome-a5e2f1cda720bbb2a5c55086c2090adb9ef9e349.tar.gz freebsd-ports-gnome-a5e2f1cda720bbb2a5c55086c2090adb9ef9e349.tar.zst freebsd-ports-gnome-a5e2f1cda720bbb2a5c55086c2090adb9ef9e349.zip |
Make the dialog(1) title correct (this script was copied from the Postfix
port and still had a Postfix title).
PR: 33254
Submitted by: David Taylor <davidt@yadt.co.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/papaya-plugins/scripts/configure.papaya-plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/papaya-plugins/scripts/configure.papaya-plugins b/net/papaya-plugins/scripts/configure.papaya-plugins index d76e65adac71..1fd436d2c55a 100644 --- a/net/papaya-plugins/scripts/configure.papaya-plugins +++ b/net/papaya-plugins/scripts/configure.papaya-plugins @@ -6,7 +6,7 @@ tempfile=`mktemp -t checklist` if [ "${BATCH}" = "yes" ]; then set \"common\" else - /usr/bin/dialog --title "Postfix configuration options" --clear \ + /usr/bin/dialog --title "Papaya-plugins configuration options" --clear \ --checklist "\n\ Please select desired options:" -1 -1 8 \ common "Enable common generic plugins" ON \ |