]> git.pld-linux.org Git - packages/VOCP.git/commitdiff
fix paths in vocpweb.cgi
authorluzik <luzik@pld-linux.org>
Tue, 8 Apr 2003 22:49:28 +0000 (22:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VOCP-vocpweb.patch -> 1.1

VOCP-vocpweb.patch [new file with mode: 0644]

diff --git a/VOCP-vocpweb.patch b/VOCP-vocpweb.patch
new file mode 100644 (file)
index 0000000..2d88aff
--- /dev/null
@@ -0,0 +1,29 @@
+--- vocp-0.9.3/vocpweb/vocpweb.cgi.fix Mon Apr  7 17:49:50 2003
++++ vocp-0.9.3/vocpweb/vocpweb.cgi     Mon Apr  7 18:06:12 2003
+@@ -63,7 +63,7 @@
+ # The location of the pvf tools (like pvftowav and rmdtopvf) - 
+ # These are installed with vgetty.
+-my $Pvftooldir = '/usr/local/bin';
++my $Pvftooldir = '/usr/bin';
+ # Run_suid says the program should be running suid if true.
+ # This is necessary when the VOCP setup is such that messages
+@@ -83,7 +83,7 @@
+ # The name of the user the web server is running as (usually 'nobody')
+ # Only important when running set uid.
+-my $Web_serv_user = 'nobody';
++my $Web_serv_user = 'http';
+ # $Allow_deletes -- must set equal to '1' for users to be
+@@ -91,7 +91,7 @@
+ # deletions to work, the script must run suid (the $Run_suid variable
+ # above) - which involves many security considerations... 
+ # See the included documentation or the web site for details.
+-my $Allow_deletes = 0;
++my $Allow_deletes = 1;
+ # Sets language for this cgi -- currently only english ('en') is supported
+ my $Lang = 'en';
This page took 0.16356 seconds and 4 git commands to generate.