/[smeserver]/rpms/initscripts/sme8/initscripts-8.45.42-kpartx.patch
ViewVC logotype

Annotation of /rpms/initscripts/sme8/initscripts-8.45.42-kpartx.patch

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


Revision 1.2 - (hide annotations) (download)
Mon Oct 28 00:07:23 2013 UTC (10 years, 9 months ago) by wellsi
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Sun Oct 27 2013 Ian Wells <esmith@wellsi.com> 8.45.44-3.sme
- Update to 8.45.44-3 [SME: 7920]
- Exit with zero exit status for services not listed in configuration
  database to avoid failures in post scriptlets [SME: 1653]
- Merge in SME Server /sbin/e-smith/service wrapper so that only
  initscripts which exist in run-level 7 can be run. This ensures
  that the supervised service is run, if one exists, and protects
  against running "service httpd restart" [SME: 61, 1495]

1 wellsi 1.1 diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
2     index 0ecfe66..8139ef7 100755
3     --- a/rc.d/init.d/netfs
4     +++ b/rc.d/init.d/netfs
5     @@ -54,7 +54,7 @@ case "$1" in
6     modprobe dm-multipath >/dev/null 2>&1
7     /sbin/multipath.static -v 0
8     if [ -x /sbin/kpartx ]; then
9     - /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a"
10     + /sbin/dmsetup ls --target multipath --exec "/sbin/kpartx -a -p p"
11     fi
12     fi
13     if [ -x /sbin/lvm.static ]; then

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