summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-03-15 19:00:47 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-03-15 19:01:07 -0400
commit57ecd9b6c79b8755654fd192e4e3cc6d1ec6ade3 (patch)
tree17b32aca06ffc1bcc11cc49cf1747babb6f8b8ba /etc/inc/pkg-utils.inc
parent57dc2556889679a840ca50e9a08ced740428b934 (diff)
downloadpfsense-57ecd9b6c79b8755654fd192e4e3cc6d1ec6ade3.zip
pfsense-57ecd9b6c79b8755654fd192e4e3cc6d1ec6ade3.tar.gz
Jettison clog and replace with fifolog which is included in FreeBSD 7.1
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index aceeb07..400f251 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -487,7 +487,7 @@ function install_package_xml($pkg) {
/* set up package logging streams */
if($pkg_info['logging']) {
- mwexec("/usr/sbin/clog -i -s 32768 {$g['varlog_path']}/{$pkg_info['logging']['logfilename']}");
+ mwexec("/usr/sbin/fifolog_create -s 32768 {$g['varlog_path']}/{$pkg_info['logging']['logfilename']}");
chmod($g['varlog_path'] . '/' . $pkg_info['logging']['logfilename'], 0600);
@fwrite($fd_log, "Adding text to file /etc/syslog.conf\n");
mwexec("killall syslogd");
OpenPOWER on IntegriCloud