aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-02-01 01:49:47 +0000
committerBill Nottingham <notting@redhat.com>2005-02-01 01:49:47 +0000
commitd970c83241173cf4e71cb1549a6c64ffb4461127 (patch)
treeabe3ff7773eb433e09df5deaa575f863dbfa88e8
parent50020584d60f6d41f9dd36656a625d830d879f45 (diff)
downloadinitscripts-d970c83241173cf4e71cb1549a6c64ffb4461127.tar
initscripts-d970c83241173cf4e71cb1549a6c64ffb4461127.tar.gz
initscripts-d970c83241173cf4e71cb1549a6c64ffb4461127.tar.bz2
initscripts-d970c83241173cf4e71cb1549a6c64ffb4461127.tar.xz
initscripts-d970c83241173cf4e71cb1549a6c64ffb4461127.zip
unbreak the "cleanup"
-rw-r--r--sysconfig/network-scripts/network-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions
index 68cac4d9..5bfb4724 100644
--- a/sysconfig/network-scripts/network-functions
+++ b/sysconfig/network-scripts/network-functions
@@ -32,7 +32,7 @@ need_config ()
source_config ()
{
- DEVNAME=${CONFIG##*/ifcfg-} #DEVNAME=`basename $CONFIG | sed 's/^ifcfg-//g'`
+ DEVNAME=`basename $CONFIG | sed 's/^ifcfg-//g'`
if echo ${CONFIG##*/} | grep -q '[^g]-' ; then
PARENTCONFIG=`echo $CONFIG | sed 's/-[^-]*$//g'`
PARENTDEVNAME=${PARENTCONFIG##*/ifcfg-}
4e694893f2e3ee52f7ae42.tar.xz'>drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.tar.xz
drakx-5b1642abc6c1ff3b8c4e694893f2e3ee52f7ae42.zip
log PV/VG/LV in report.bug
Diffstat
-rw-r--r--perl-install/any.pm3
-rw-r--r--perl-install/install/NEWS2
2 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index ed618dc1a..97fba08a6 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1475,6 +1475,9 @@ sub report_bug {
header("pcmcia: stab"), cat_("$::prefix/var/lib/pcmcia/stab") || cat_("$::prefix/var/run/stab"),
header("usb"), cat_("/sys/kernel/debug/usb/devices"),
header("partitions"), cat_("/proc/partitions"),
+ header("PVs"), `pvs`,
+ header("VGs"), `vgs`,
+ header("LVs"), `lvs`,
header("cpuinfo"), cat_("/proc/cpuinfo"),
header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog"),
header("Xorg.log"), cat_("/var/log/Xorg.0.log"),
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index e28f5303f..d9898d7cd 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,5 +1,7 @@
- recognize new kernel 5.5 - 5.7 drivers
- support loading auto_install file from https url
+- report.bug:
+ o log data about LVM
Version 18.31 - 18 June 2020