[PC-BSD Commits] r5597 - in pcbsd/trunk/pc-sysinstall: . backend-query
svn at pcbsd.org
svn at pcbsd.org
Mon Dec 14 10:47:43 PST 2009
Author: kris
Date: 2009-12-14 10:47:43 -0800 (Mon, 14 Dec 2009)
New Revision: 5597
Added:
pcbsd/trunk/pc-sysinstall/backend-query/send-logs.sh
Modified:
pcbsd/trunk/pc-sysinstall/pc-sysinstall
Log:
Added ability to create a pc-sysinstall error report, and mail it over to a target address
Property changes on: pcbsd/trunk/pc-sysinstall/backend-query/send-logs.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: pcbsd/trunk/pc-sysinstall/pc-sysinstall
===================================================================
--- pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-14 18:08:19 UTC (rev 5596)
+++ pcbsd/trunk/pc-sysinstall/pc-sysinstall 2009-12-14 18:47:43 UTC (rev 5597)
@@ -159,6 +159,10 @@
# Function which lists the real memory of the system in MB
sys-mem) ${QUERYDIR}/sys-mem.sh
;;
+
+ # Function which creates a error report, and mails it to the specified address
+ send-logs) ${QUERYDIR}/send-logs.sh ${2}
+ ;;
*) echo "Unknown Command: ${1}"
exit 1 ;;
More information about the Commits
mailing list