Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115929022
D34583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
888 B
Referenced Files
None
Subscribers
None
D34583.diff
View Options
diff --git a/usr.sbin/bsdinstall/scripts/time b/usr.sbin/bsdinstall/scripts/time
--- a/usr.sbin/bsdinstall/scripts/time
+++ b/usr.sbin/bsdinstall/scripts/time
@@ -36,23 +36,23 @@
# Set date
exec 3>&1
-DATE=$(dialog --backtitle 'FreeBSD Installer' \
- --title 'Time & Date' \
+DATE=$(bsddialog --backtitle 'FreeBSD Installer' \
+ --title ' Date ' \
--ok-label 'Set Date' \
--cancel-label 'Skip' \
- --defaultno \
+ --default-no \
--date-format '%Y%m%d%H%M.%S' \
- --calendar '' 0 40 \
+ --datebox '' 0 40 \
2>&1 1>&3) && date $DATE
exec 3>&-
# Set time
exec 3>&1
-TIME=$(dialog --backtitle 'FreeBSD Installer' \
- --title 'Time & Date' \
+TIME=$(bsddialog --backtitle 'FreeBSD Installer' \
+ --title ' Time ' \
--ok-label 'Set Time' \
--cancel-label 'Skip' \
- --defaultno \
+ --default-no \
--time-format '%H%M.%S' \
--timebox '' 0 40 \
2>&1 1>&3) && date $TIME
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 1:10 PM (17 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17882065
Default Alt Text
D34583.diff (888 B)
Attached To
Mode
D34583: bsdinstall/time: Replace dialog with bsddialog
Attached
Detach File
Event Timeline
Log In to Comment