diff options
author | Karel Zak <kzak@redhat.com> | 2008-11-19 11:07:58 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2008-11-19 12:38:43 +0100 |
commit | 5947572d5e527b842210e67d07e53eed5d95fbb2 (patch) | |
tree | 53b6e80c2280325d069cc3972d64e98345cfb568 /po | |
parent | c268327edd764be783cf11f99bea73b9790b2e02 (diff) | |
download | util-linux-old-5947572d5e527b842210e67d07e53eed5d95fbb2.tar.gz |
build-sys: move pivot_root(8) to sys-utils
This patch moves pivot_root.{8,c) from mount/ to sys-utils/ directory.
There is not ant relation between pivot_root source code and the rest of
code in the mount.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7187a887..e0564ac9 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -72,7 +72,6 @@ mount/getusername.c mount/lomount.c mount/mount.c mount/mount_mntent.c -mount/pivot_root.c mount/realpath.c mount/sundries.c mount/swapon.c @@ -100,6 +99,7 @@ sys-utils/ipcrm.c sys-utils/ipcs.c sys-utils/ldattach.c sys-utils/lscpu.c +sys-utils/pivot_root.c sys-utils/rdev.c sys-utils/readprofile.c sys-utils/renice.c |