summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2010-12-01 22:06:15 +0100
committerKarel Zak2010-12-01 22:06:15 +0100
commitd3b24397dfe517ddd56e4b01801ffce66f5858ca (patch)
tree8e227e7be26189628b5c418240bf9ce46ab686c8
parentlosetup: use /sys/dev/block/.../loop/backing_file (diff)
downloadkernel-qcow2-util-linux-d3b24397dfe517ddd56e4b01801ffce66f5858ca.tar.gz
kernel-qcow2-util-linux-d3b24397dfe517ddd56e4b01801ffce66f5858ca.tar.xz
kernel-qcow2-util-linux-d3b24397dfe517ddd56e4b01801ffce66f5858ca.zip
remove -ng from some files
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--README2
-rw-r--r--partx/mac.c2
-rw-r--r--partx/sun.c2
-rwxr-xr-xtests/run.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 2bce3ca33..30e99d464 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ WEB PAGE:
MAILING LIST:
- E-MAIL: util-linux-ng@vger.kernel.org
+ E-MAIL: util-linux@vger.kernel.org
URL: http://vger.kernel.org/vger-lists.html#util-linux
diff --git a/partx/mac.c b/partx/mac.c
index a5677f01c..11de6bd9f 100644
--- a/partx/mac.c
+++ b/partx/mac.c
@@ -1,7 +1,7 @@
/*
* Lifted from kpartx's mac.c
*
- * Integrated to partx (utils-linux-ng)
+ * Integrated to partx
* Davidlohr Bueso <dave@gnu.org>
*/
diff --git a/partx/sun.c b/partx/sun.c
index 30cbd9fb8..5bfe2ad8d 100644
--- a/partx/sun.c
+++ b/partx/sun.c
@@ -4,7 +4,7 @@
* Copyrights of the original file apply
* Copyright (c) 2007 Hannes Reinecke
*
- * Integrated to partx (utils-linux-ng)
+ * Integrated to partx
* Davidlohr Bueso <dave@gnu.org>
*/
diff --git a/tests/run.sh b/tests/run.sh
index fe09db58d..d7aa7ddcc 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -35,7 +35,7 @@ if [ -n "$1" ]; then
fi
echo
-echo "------------------ Utils-linux-ng regression tests ------------------"
+echo "------------------ Utils-linux regression tests ------------------"
echo
echo " For development purpose only. "
echo " Don't execute on production system! "