summaryrefslogtreecommitdiffstats
path: root/mount
diff options
context:
space:
mode:
authorSami Kerola2011-08-12 20:19:52 +0200
committerSami Kerola2011-08-12 20:19:52 +0200
commitf98d4f766e39efd255c9b70d3780feea9c7a7898 (patch)
tree7eef63942216eb29ef1cb1532305ee45e6a67f42 /mount
parentdocs: remove README.clear (diff)
downloadkernel-qcow2-util-linux-f98d4f766e39efd255c9b70d3780feea9c7a7898.tar.gz
kernel-qcow2-util-linux-f98d4f766e39efd255c9b70d3780feea9c7a7898.tar.xz
kernel-qcow2-util-linux-f98d4f766e39efd255c9b70d3780feea9c7a7898.zip
docs: Documentation directory added
Move readme, licence, change log, relese notes and other supplementary files to a Documentation directory. This commit does not change contents of any other but few Makefile.am files. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'mount')
-rw-r--r--mount/Makefile.am2
-rw-r--r--mount/README.mount17
2 files changed, 0 insertions, 19 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index b82464fe3..7aebfff66 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -1,7 +1,5 @@
include $(top_srcdir)/config/include-Makefile.am
-EXTRA_DIST = README.mount
-
bin_PROGRAMS = mount umount
sbin_PROGRAMS = losetup swapon
dist_man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
diff --git a/mount/README.mount b/mount/README.mount
deleted file mode 100644
index f75a6e25a..000000000
--- a/mount/README.mount
+++ /dev/null
@@ -1,17 +0,0 @@
-mount/umount for Linux 0.97.3 and later.
-Authors:
-Doug Quale <quale@saavik.cs.wisc.edu>,
-H.J. Lu <hlu@eecs.wsu.edu>,
-Rick Sladkey <jrs@world.std.com>,
-Stephen Tweedie <sct@dcs.ed.ac.uk>.
-Andries Brouwer <aeb@cwi.nl>
-Adrian Bunk <bunk@stusta.de>
-
-Presently in util-linux maintained by Karel Zak <kzak@redhat.com>.
-
-== Notes to developers ==
-
- The final solution will be libmount/mount.c as the
- mount(8) command implementation. So, let's keep the
- current mount/* code in maintenance mode and don't try to
- rewrite it :-)