mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
26 lines
789 B
Plaintext
26 lines
789 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2004/04/05 11:46:11 xtraeme Exp $
|
|
|
|
--- config/ubs.conf.default.in.orig 2003-10-31 06:22:19.000000000 +0100
|
|
+++ config/ubs.conf.default.in 2003-10-31 06:22:44.000000000 +0100
|
|
@@ -22,16 +22,16 @@
|
|
## These settings are parsed by all UBS daemons
|
|
|
|
# Where the UBS filetree is located
|
|
-# global.prefix = "/usr/local/ubs"
|
|
+global.prefix = "@UBS_BASEDIR@"
|
|
|
|
# The default location to queue to
|
|
-# global.queue = "var/queue"
|
|
+global.queue = "var/queue"
|
|
|
|
# Location of the error log
|
|
-# global.errorlog = "log/error.log"
|
|
+global.errorlog = "log/error.log"
|
|
|
|
# Location of the playlist log
|
|
-# global.songlog = "log/playlist.log"
|
|
+global.songlog = "log/playlist.log"
|
|
|
|
# Amount of information to put in the UBS logs. The scale is:
|
|
# 0 -> Emergency information only
|