Parent Directory | Revision Log | Revision Graph
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2 - Fix gettext strings returned by password checks [SME: 4104]
1 | slords | 1.1 | diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm |
2 | --- e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm 2007-02-11 13:00:31.000000000 -0700 | ||
3 | +++ mezzanine_patched_e-smith-base-4.18.0/root/usr/lib/perl5/site_perl/esmith/console/perform_backup.pm 2007-02-11 13:00:15.000000000 -0700 | ||
4 | @@ -44,6 +44,7 @@ | ||
5 | my @backup_list = esmith::Backup->restore_list; | ||
6 | |||
7 | $ENV{PATH} = "/bin:/usr/bin"; | ||
8 | + $ENV{HOME} = "/root"; | ||
9 | |||
10 | my ($rc, $choice) = $console->yesno_page | ||
11 | ( |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |