new package aufs2-util
commit5774bab43a1946acd8440ad759eb6cc26335e64c
authorPhil Sutter <phil@nwl.cc>
Sun, 23 Aug 2009 18:43:48 +0000 (23 20:43 +0200)
committerPhil Sutter <phil@nwl.cc>
Sun, 23 Aug 2009 19:06:58 +0000 (23 21:06 +0200)
tree6af74858064eda20d6f9ce643bf1123a2f33b926
parente5940baadbdf76d39ea6079972dbbab9c1c623b1
new package aufs2-util

Since the aufs2 utilities seem to be available only via git, copy the
current state into the src/ directory, with the samples/ directory
removed. The files were intentionally left untouched, so custom changes
are still kept in patch files for easier upstream sending.

Using do-extract to copy the sources to the working directory has the
downside of having to define an empty do-configure target (as this is
not needed) but allows for using update-patches just like with any
other package (which is not the case if the copying is done in a
do-configure target).
24 files changed:
package/Config.in
package/Makefile
package/aufs2-util/Config.in [new file with mode: 0644]
package/aufs2-util/Makefile [new file with mode: 0644]
package/aufs2-util/patches/patch-Makefile [new file with mode: 0644]
package/aufs2-util/src/COPYING [new file with mode: 0644]
package/aufs2-util/src/Makefile [new file with mode: 0644]
package/aufs2-util/src/README [new file with mode: 0644]
package/aufs2-util/src/au_util.h [new file with mode: 0644]
package/aufs2-util/src/aubrsync [new file with mode: 0755]
package/aufs2-util/src/auchk [new file with mode: 0755]
package/aufs2-util/src/aufs.in.5 [new file with mode: 0644]
package/aufs2-util/src/aufs.shlib [new file with mode: 0644]
package/aufs2-util/src/auplink.c [new file with mode: 0644]
package/aufs2-util/src/br.c [new file with mode: 0644]
package/aufs2-util/src/c2sh.c [new file with mode: 0644]
package/aufs2-util/src/c2tmac.c [new file with mode: 0644]
package/aufs2-util/src/compat.h [new file with mode: 0644]
package/aufs2-util/src/mount.aufs.c [new file with mode: 0644]
package/aufs2-util/src/mtab.c [new file with mode: 0644]
package/aufs2-util/src/plink.c [new file with mode: 0644]
package/aufs2-util/src/proc_mnt.c [new file with mode: 0644]
package/aufs2-util/src/rdu.c [new file with mode: 0644]
package/aufs2-util/src/umount.aufs [new file with mode: 0755]