[PC-BSD Commits] r3090 - in pcbsd/trunk/system-overlay/PCBSD/local/etc: . cups hp rc.d
svn at pcbsd.org
svn at pcbsd.org
Wed Dec 17 09:11:51 PST 2008
Author: kris
Date: 2008-12-17 09:11:51 -0800 (Wed, 17 Dec 2008)
New Revision: 3090
Modified:
pcbsd/trunk/system-overlay/PCBSD/local/etc/cups/cupsd.conf
pcbsd/trunk/system-overlay/PCBSD/local/etc/denyhosts.conf
pcbsd/trunk/system-overlay/PCBSD/local/etc/hp/hplip.conf
pcbsd/trunk/system-overlay/PCBSD/local/etc/rc.d/bsdstats.sh
Log:
Fixed etc scripts to use new LOCALBASE
Modified: pcbsd/trunk/system-overlay/PCBSD/local/etc/cups/cupsd.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/local/etc/cups/cupsd.conf 2008-12-17 17:08:34 UTC (rev 3089)
+++ pcbsd/trunk/system-overlay/PCBSD/local/etc/cups/cupsd.conf 2008-12-17 17:11:51 UTC (rev 3090)
@@ -139,7 +139,7 @@
#
#ServerCertificate /etc/cups/ssl/server.crt
-ServerCertificate /usr/local/etc/cups/ssl/server.crt
+ServerCertificate /PCBSD/local/etc/cups/ssl/server.crt
# Encryption key (ServerKey)
#
@@ -150,7 +150,7 @@
#
#ServerKey /etc/cups/ssl/server.key
-ServerKey /usr/local/etc/cups/ssl/server.key
+ServerKey /PCBSD/local/etc/cups/ssl/server.key
# Access permissions
#
@@ -568,7 +568,7 @@
#
#DataDir /usr/share/cups
-DataDir /usr/local/share/cups
+DataDir /PCBSD/local/share/cups
# Document directory (DocumentRoot)
#
@@ -579,7 +579,7 @@
#
#DocumentRoot /usr/share/cups/doc
-DocumentRoot /usr/local/share/doc/cups
+DocumentRoot /PCBSD/local/share/doc/cups
# Font path (FontPath)
#
@@ -611,7 +611,7 @@
#
#ServerBin /usr/lib/cups
-ServerBin /usr/local/libexec/cups
+ServerBin /PCBSD/local/libexec/cups
# Server files (ServerRoot)
#
@@ -622,7 +622,7 @@
#
#ServerRoot /etc/cups
-ServerRoot /usr/local/etc/cups
+ServerRoot /PCBSD/local/etc/cups
# Temporary files (TempDir)
#
Modified: pcbsd/trunk/system-overlay/PCBSD/local/etc/denyhosts.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/local/etc/denyhosts.conf 2008-12-17 17:08:34 UTC (rev 3089)
+++ pcbsd/trunk/system-overlay/PCBSD/local/etc/denyhosts.conf 2008-12-17 17:11:51 UTC (rev 3090)
@@ -152,7 +152,7 @@
# Note: it is recommended that you use an absolute pathname
# for this value (eg. /home/foo/denyhosts/data)
#
-WORK_DIR = /usr/local/share/denyhosts/data
+WORK_DIR = /PCBSD/local/share/denyhosts/data
#
#######################################################################
Modified: pcbsd/trunk/system-overlay/PCBSD/local/etc/hp/hplip.conf
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/local/etc/hp/hplip.conf 2008-12-17 17:08:34 UTC (rev 3089)
+++ pcbsd/trunk/system-overlay/PCBSD/local/etc/hp/hplip.conf 2008-12-17 17:11:51 UTC (rev 3090)
@@ -14,11 +14,11 @@
jdprobe=0
[dirs]
-home=/usr/local/share/hplip
+home=/PCBSD/local/share/hplip
run=/var/run
-ppd=/usr/local/share/ppd/HP
-ppdbase=/usr/local/share/ppd
-doc=/usr/local/share/doc/hplip-1.7.4a
+ppd=/PCBSD/local/share/ppd/HP
+ppdbase=/PCBSD/local/share/ppd
+doc=/PCBSD/local/share/doc/hplip-1.7.4a
# Following values are determined at configure time and cannot be changed.
[configure]
@@ -31,5 +31,5 @@
installinitd=
chkconfig=
internal-tag=1.7.4.13
-home=/usr/local/share/hplip
-ppd=/usr/local/share/ppd
+home=/PCBSD/local/share/hplip
+ppd=/PCBSD/local/share/ppd
Modified: pcbsd/trunk/system-overlay/PCBSD/local/etc/rc.d/bsdstats.sh
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/local/etc/rc.d/bsdstats.sh 2008-12-17 17:08:34 UTC (rev 3089)
+++ pcbsd/trunk/system-overlay/PCBSD/local/etc/rc.d/bsdstats.sh 2008-12-17 17:11:51 UTC (rev 3090)
@@ -21,7 +21,7 @@
name=bsdstats
rcvar=`set_rcvar`
-command=/usr/local/etc/periodic/monthly/300.statistics
+command=/PCBSD/local/etc/periodic/monthly/300.statistics
# default to disable
bsdstats_enable=${bsdstats_enable:-"NO"}
More information about the Commits
mailing list