summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorian <ian>2005-08-11 18:50:18 +0000
committerian <ian>2005-08-11 18:50:18 +0000
commit9c0139c59459dafe88ff0715898135d4926f9f92 (patch)
tree7cb4b6b0005b72d1acd397dfd1d1d34a92e5e9fb
parented33cd7d8223a3f9e9ff5b126775a0dbef499800 (diff)
downloaduserv-utils-9c0139c59459dafe88ff0715898135d4926f9f92.tar.gz
*** empty log message ***
-rw-r--r--changelog1
-rw-r--r--debian/changelog1
-rw-r--r--www-cgi/www-cgi2
3 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index 1a41c6b..0317503 100644
--- a/changelog
+++ b/changelog
@@ -11,6 +11,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low
* add HTTP_REFERER to ucgi.
* Allow config file to override ipif default clock skew and lag.
* Set default max clock skew to 45/45, not 10/30.
+ * Fix path in www-cgi userv service config.
--
diff --git a/debian/changelog b/debian/changelog
index 1a41c6b..0317503 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low
* add HTTP_REFERER to ucgi.
* Allow config file to override ipif default clock skew and lag.
* Set default max clock skew to 45/45, not 10/30.
+ * Fix path in www-cgi userv service config.
--
diff --git a/www-cgi/www-cgi b/www-cgi/www-cgi
index 9b90786..c3dabfc 100644
--- a/www-cgi/www-cgi
+++ b/www-cgi/www-cgi
@@ -4,5 +4,5 @@ if ( grep service-user-shell /etc/shells
reset
no-suppress-args
no-set-environment
- execute /usr/local/lib/user-cgi/target public-cgi
+ execute /usr/local/lib/userv/cgi/target public-cgi
fi