diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-09-30 20:53:52 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-09-30 20:53:52 -0500 |
commit | c9ab262265b13bf72d44a6751e73081ea4e65c88 (patch) | |
tree | e007603e0e5af610321dd85220a6ec631fa660ff /src/etc/inc/system.inc | |
parent | 701f5caa9721b067a40048bca38dcdb0b071b932 (diff) | |
download | pfsense-c9ab262265b13bf72d44a6751e73081ea4e65c88.zip pfsense-c9ab262265b13bf72d44a6751e73081ea4e65c88.tar.gz |
fix comment typo Phil Davis noted
Diffstat (limited to 'src/etc/inc/system.inc')
-rw-r--r-- | src/etc/inc/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index d172810..1a8f9dd 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1526,7 +1526,7 @@ function system_timezone_configure() { /* extract appropriate timezone file */ $timezone = (isset($syscfg['timezone']) ? $syscfg['timezone'] : $g['default_timezone']); conf_mount_rw(); - /* DO NOT remove \n otherwise tzseup will fail */ + /* DO NOT remove \n otherwise tzsetup will fail */ @file_put_contents("/var/db/zoneinfo", $timezone . "\n"); mwexec("/usr/sbin/tzsetup -r"); conf_mount_ro(); |