[PC-BSD Commits] r5136 - in pcbsd/trunk/pc-sysinstall: . backend-query doc
svn at pcbsd.org
svn at pcbsd.org
Tue Nov 24 12:14:43 PST 2009
Author: kris
Date: 2009-11-24 12:14:43 -0800 (Tue, 24 Nov 2009)
New Revision: 5136
Added:
pcbsd/trunk/pc-sysinstall/backend-query/list-tzones.sh
Modified:
pcbsd/trunk/pc-sysinstall/doc/help-index
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Added list-tzones option to pc-sysinstall, so our front-end can display time-zone selection
Property changes on: pcbsd/trunk/pc-sysinstall/backend-query/list-tzones.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/pc-sysinstall/doc/help-index
===================================================================
--- pcbsd/trunk/pc-sysinstall/doc/help-index 2009-11-24 19:58:22 UTC (rev 5135)
+++ pcbsd/trunk/pc-sysinstall/doc/help-index 2009-11-24 20:14:43 UTC (rev 5136)
@@ -34,6 +34,9 @@
list-rsync-backups <user> <host> <port>
Returns a listing of available rsync-backups on the target server in the life-preserver/ dir
+ list-tzones
+ Returns a listing of available timezones
+
query-langs
Return a list of languages that the installer supports
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-24 19:58:22 UTC (rev 5135)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-11-24 20:14:43 UTC (rev 5136)
@@ -147,6 +147,10 @@
list-components) ${QUERYDIR}/list-components.sh
;;
+ # Function which lists timezones available
+ list-tzones) ${QUERYDIR}/list-tzones.sh
+ ;;
+
# Function which lists the real memory of the system in MB
sys-mem) ${QUERYDIR}/sys-mem.sh
;;
More information about the Commits
mailing list