summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-04-28 11:54:22 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-04-28 11:54:22 -0300
commit2a50fd8ac8a1b02e25316ffeb856942c6b4f7c8f (patch)
tree2e3029314cfec92d23c4416590cb8c19b8ec8136 /etc/inc/system.inc
parentebf45d96e1751e9c3af4be764d2c96ecad922ad9 (diff)
downloadpfsense-2a50fd8ac8a1b02e25316ffeb856942c6b4f7c8f.zip
pfsense-2a50fd8ac8a1b02e25316ffeb856942c6b4f7c8f.tar.gz
Move clog from /usr to /usr/local
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 6ba31cf..05c63d4 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -643,7 +643,7 @@ function system_syslogd_start() {
} else { // Defaults to CLOG
$log_directive = "%";
$log_size = isset($config['syslog']['logfilesize']) ? $config['syslog']['logfilesize'] : "10240";
- $log_create_directive = "/usr/sbin/clog -i -s ";
+ $log_create_directive = "/usr/local/sbin/clog -i -s ";
}
if (isset($syslogcfg)) {
OpenPOWER on IntegriCloud