]> git.pld-linux.org Git - packages/VOCP.git/blame - VOCP-vocpweb.patch
- drop obsolete and outdated manual inclusion of rpm macros
[packages/VOCP.git] / VOCP-vocpweb.patch
CommitLineData
ac210c93 1--- vocp-0.9.3/vocpweb/vocpweb.cgi.fix Mon Apr 7 17:49:50 2003
2+++ vocp-0.9.3/vocpweb/vocpweb.cgi Mon Apr 7 18:06:12 2003
3@@ -63,7 +63,7 @@
4
5 # The location of the pvf tools (like pvftowav and rmdtopvf) -
6 # These are installed with vgetty.
7-my $Pvftooldir = '/usr/local/bin';
8+my $Pvftooldir = '/usr/bin';
9
10 # Run_suid says the program should be running suid if true.
11 # This is necessary when the VOCP setup is such that messages
12@@ -83,7 +83,7 @@
13
14 # The name of the user the web server is running as (usually 'nobody')
15 # Only important when running set uid.
16-my $Web_serv_user = 'nobody';
17+my $Web_serv_user = 'http';
18
19
20 # $Allow_deletes -- must set equal to '1' for users to be
21@@ -91,7 +91,7 @@
22 # deletions to work, the script must run suid (the $Run_suid variable
23 # above) - which involves many security considerations...
24 # See the included documentation or the web site for details.
25-my $Allow_deletes = 0;
26+my $Allow_deletes = 1;
27
28 # Sets language for this cgi -- currently only english ('en') is supported
29 my $Lang = 'en';
This page took 0.076481 seconds and 4 git commands to generate.