mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add portname to the title of the dialogbox
PR: 54301 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
7bd1ce6227
commit
bbeb91817c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85388
@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
|
|||||||
set \"esd\"
|
set \"esd\"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
/usr/bin/dialog --title "configuration options" --clear \
|
/usr/bin/dialog --title "gnugadu configuration options" --clear \
|
||||||
--checklist "\n\
|
--checklist "\n\
|
||||||
Please select desired options:" -1 -1 16 \
|
Please select desired options:" -1 -1 16 \
|
||||||
esd "esd support" ON \
|
esd "esd support" ON \
|
||||||
|
@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
|
|||||||
set \"esd\"
|
set \"esd\"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
/usr/bin/dialog --title "configuration options" --clear \
|
/usr/bin/dialog --title "gnugadu configuration options" --clear \
|
||||||
--checklist "\n\
|
--checklist "\n\
|
||||||
Please select desired options:" -1 -1 16 \
|
Please select desired options:" -1 -1 16 \
|
||||||
esd "esd support" ON \
|
esd "esd support" ON \
|
||||||
|
@ -14,7 +14,7 @@ if [ "${BATCH}" ]; then
|
|||||||
set \"esd\"
|
set \"esd\"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
/usr/bin/dialog --title "configuration options" --clear \
|
/usr/bin/dialog --title "gnugadu configuration options" --clear \
|
||||||
--checklist "\n\
|
--checklist "\n\
|
||||||
Please select desired options:" -1 -1 16 \
|
Please select desired options:" -1 -1 16 \
|
||||||
esd "esd support" ON \
|
esd "esd support" ON \
|
||||||
|
Loading…
Reference in New Issue
Block a user