/[smeserver]/rpms/e-smith-base/sme7/e-smith-base-4.18.0-no_kmodule.patch
ViewVC logotype

Contents of /rpms/e-smith-base/sme7/e-smith-base-4.18.0-no_kmodule.patch

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


Revision 1.2 - (show annotations) (download)
Wed Mar 26 17:01:38 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Mar 26 2008 Shad L. Lords <slords@mail.com> 4.18.1-2
- Fix gettext strings returned by password checks [SME: 4104]

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers
2 --- e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers 2005-11-20 23:28:11.000000000 -0500
3 +++ mezzanine_patched_e-smith-base-4.18.0/root/sbin/e-smith/nonetworkdrivers 2007-06-19 11:51:52.000000000 -0400
4 @@ -1,5 +1,11 @@
5 #! /bin/sh
6
7 +# quit early and quietly if this is not going to work
8 +test -x "/sbin/kmodule" || exit 0
9 +# TODO - find out whether there is a "wrong module" problem
10 +# in CentOS5 - this script may be a workaround for a
11 +# problem which we don't ever see any more
12 +
13 # unload any network drivers which have been installed
14 # by rc.sysinit, so that we can allocate eth0/eth1 as we
15 # choose, rather than in order defined by kmodule

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