mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Use /bin/bash for scripts with bashisms
This commit is contained in:
parent
28e2b5b213
commit
7515338726
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.65 -
|
Version 2.02.65 -
|
||||||
=================================
|
=================================
|
||||||
|
Use /bin/bash for scripts with bashisms.
|
||||||
Skip internal lvm devices in scan if ignore suspended devices is requested.
|
Skip internal lvm devices in scan if ignore suspended devices is requested.
|
||||||
Do not merge old device cache after we run full scan. (2.02.56)
|
Do not merge old device cache after we run full scan. (2.02.56)
|
||||||
Add pkgconfigdir Makefile variable for make install override.
|
Add pkgconfigdir Makefile variable for make install override.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Edit an lvm.conf file to enable cluster locking.
|
# Edit an lvm.conf file to enable cluster locking.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
|
# Copyright (C) 2007-2009 Red Hat, Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#$Header$
|
#$Header$
|
||||||
################################################################################
|
################################################################################
|
||||||
##
|
##
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
|
# Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
|
# Copyright (C) 2004-2006 Red Hat, Inc. All rights reserved.
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
# Copyright (C) 2009 Chris Procter All rights reserved.
|
# Copyright (C) 2009 Chris Procter All rights reserved.
|
||||||
# Copyright (C) 2009 Red Hat, Inc. All rights reserved.
|
# Copyright (C) 2009 Red Hat, Inc. All rights reserved.
|
||||||
|
Loading…
Reference in New Issue
Block a user