/[smeserver]/rpms/e-smith-proftpd/sme8/e-smith-proftpd-1.12.0-globalroot.patch
ViewVC logotype

Contents of /rpms/e-smith-proftpd/sme8/e-smith-proftpd-1.12.0-globalroot.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 19:24:12 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-proftpd-1_12_0-8_el5_sme, e-smith-proftpd-1_12_0-11_el5_sme, e-smith-proftpd-1_12_0-9_el5_sme, e-smith-proftpd-1_12_0-10_el5_sme
Import on branch sme8 of package e-smith-proftpd-1.12.0-8.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05Chroot mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05Chroot
2 --- e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05Chroot 2007-01-10 07:46:16.000000000 -0700
3 +++ mezzanine_patched_e-smith-proftpd-1.12.0/root/etc/e-smith/templates/etc/proftpd.conf/05Chroot 2007-01-10 07:45:32.000000000 -0700
4 @@ -7,7 +7,7 @@
5
6 foreach my $user (@users)
7 {
8 - my $chrootDir = $user->prop('ChrootDir') || next;
9 + my $chrootDir = $user->prop('ChrootDir') || $ftp{'ChrootDir'} || next;
10
11 if ( $chrootDir =~ m#^/# && -d $chrootDir )
12 {

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