/[smecontribs]/rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch1
ViewVC logotype

Contents of /rpms/smeserver-user-webspace/contribs8/smeserver-user-webspace-0.1.patch1

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Oct 27 22:03:11 2013 UTC (10 years, 6 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-user-webspace-0_1-13_el5_sme, smeserver-user-webspace-0_1-5_SME7, smeserver-user-webspace-0_1-6_el5_sme, smeserver-user-webspace-0_1-9_el5_sme, smeserver-user-webspace-0_1-12_el5_sme, smeserver-user-webspace-0_1-11_el5_sme, smeserver-user-webspace-0_1-10_el5_sme, HEAD
Initial import of srpm

1 diff -N -c -r e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 e-smith-user-webspace-0.1/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00
2 *** e-smith-user-webspace-0.1.vanilla/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 Thu Jan 1 10:00:00 1970
3 --- e-smith-user-webspace-0.1/root/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/50UserDir00 Wed Nov 22 12:44:13 2000
4 ***************
5 *** 0 ****
6 --- 1,12 ----
7 +
8 + # UserDir: The name of the directory which is appended onto a user's home
9 + # directory if a ~user request is recieved.
10 + {
11 + my %conf;
12 + tie %conf, 'esmith::config';
13 +
14 + (defined($conf{'UserPublicWeb'}) && ($conf{'UserPublicWeb'} eq "on"))
15 + ? "UserDir home/public_html"
16 + : "#UserDir home/public_html"
17 + }
18 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed