/[smeserver]/rpms/e-smith-flexbackup/sme9/e-smith-flexbackup-2.4.0-ext4.patch
ViewVC logotype

Contents of /rpms/e-smith-flexbackup/sme9/e-smith-flexbackup-2.4.0-ext4.patch

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


Revision 1.1 - (show annotations) (download)
Mon Oct 7 23:07:26 2013 UTC (10 years, 7 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-flexbackup-2_4_0-2_el6_sme, e-smith-flexbackup-2_4_0-3_el6_sme, HEAD
Please see changelog

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems mezzanine_patched_e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems
2 --- e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2006-03-15 14:18:05.000000000 -0600
3 +++ mezzanine_patched_e-smith-flexbackup-2.4.0/root/etc/e-smith/templates/etc/flexbackup.conf/10filesystems 2013-10-07 17:30:49.651702857 -0500
4 @@ -16,7 +16,7 @@
5 while (<FSTAB>)
6 {
7 /\S+\s+(\S+)\s+(\S+)\s+(\S+)/ &&
8 - ($2 eq "ext2" or $2 eq "ext3") &&
9 + ($2 eq "ext2" or $2 eq "ext3" or $2 eq "ext4") &&
10 $3 !~ /(?:noauto|loop)/ &&
11 $1 !~ /^\/var\/spool\/squid/ &&
12 $1 !~ /^\/boot$/ &&

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