Bricolage is a full-featured, enterprise-class content management system. It offers a browser-based interface for ease-of use, full-fledged templating systems with complete programming language support for flexibility, and many other features. It operates in an Apache/mod_perl environment, and uses the PostgreSQL RDBMS for its repository. WWW: http://www.bricolage.cc/
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
$OpenBSD: patch-bin_bric_republish,v 1.1.1.1 2006/11/10 17:04:37 sturm Exp $
|
|
--- bin/bric_republish.orig Sun Oct 22 10:35:12 2006
|
|
+++ bin/bric_republish Sun Oct 22 10:36:05 2006
|
|
@@ -62,7 +62,7 @@ crontab like this to republish all stori
|
|
|
|
BRICOLAGE_USERNAME=admin
|
|
BRICOLAGE_PASSWORD=admin_pass
|
|
- PATH=/usr/local/bricolage/bin:$PATH
|
|
+ PATH=%%PREFIX%%/bin:$PATH
|
|
MAILTO=your-email@your-domain.com
|
|
0 * * * * bric_republish
|
|
|
|
@@ -70,7 +70,7 @@ Or to republish Covers hourly and everyt
|
|
|
|
BRICOLAGE_USERNAME=admin
|
|
BRICOLAGE_PASSWORD=admin_pass
|
|
- PATH=/usr/local/bricolage/bin:$PATH
|
|
+ PATH=%%PREFIX%%/bin:$PATH
|
|
MAILTO=your-email@your-domain.com
|
|
0 * * * * bric_republish --element Cover
|
|
30 11 * * * bric_republish
|
|
@@ -79,7 +79,7 @@ Or to republish all stories every other
|
|
|
|
BRICOLAGE_USERNAME=admin
|
|
BRICOLAGE_PASSWORD=admin_pass
|
|
- PATH=/usr/local/bricolage/bin:$PATH
|
|
+ PATH=%%PREFIX%%/bin:$PATH
|
|
MAILTO=your-email@your-domain.com
|
|
0 */2 * * * bric_republish --no-media
|
|
|