Re: svn commit: r223056 - head/etc/periodic/daily

2011-06-13 Thread Garrett Cooper
On Mon, Jun 13, 2011 at 12:45 PM, Josh Paetzel wrote: > Author: jpaetzel > Date: Mon Jun 13 19:45:01 2011 > New Revision: 223056 > URL: http://svn.freebsd.org/changeset/base/223056 > > Log: >  Convert the allowed characters '-', '.', and ':' in a ZFS pool name to _ >  to avoid causing errors in th

svn commit: r223056 - head/etc/periodic/daily

2011-06-13 Thread Josh Paetzel
Author: jpaetzel Date: Mon Jun 13 19:45:01 2011 New Revision: 223056 URL: http://svn.freebsd.org/changeset/base/223056 Log: Convert the allowed characters '-', '.', and ':' in a ZFS pool name to _ to avoid causing errors in the shell script. Submitted by: William Grzybowski Approved by