move url.c and ftp.c to rpmlib right next to query.
CVS patchset: 3117 CVS date: 1999/06/30 20:09:31
This commit is contained in:
parent
10b1febba7
commit
082ee36e0a
|
@ -5,12 +5,10 @@
|
||||||
build.c
|
build.c
|
||||||
checksig.c
|
checksig.c
|
||||||
convertdb.c
|
convertdb.c
|
||||||
ftp.c
|
|
||||||
install.c
|
install.c
|
||||||
oldrpmdb.c
|
oldrpmdb.c
|
||||||
rpm.c
|
rpm.c
|
||||||
rpm2cpio.c
|
rpm2cpio.c
|
||||||
url.c
|
|
||||||
build/build.c
|
build/build.c
|
||||||
build/expression.c
|
build/expression.c
|
||||||
build/files.c
|
build/files.c
|
||||||
|
@ -36,6 +34,7 @@ lib/falloc.c
|
||||||
lib/formats.c
|
lib/formats.c
|
||||||
lib/fprint.c
|
lib/fprint.c
|
||||||
lib/fs.c
|
lib/fs.c
|
||||||
|
lib/ftp.c
|
||||||
lib/hash.c
|
lib/hash.c
|
||||||
lib/header.c
|
lib/header.c
|
||||||
lib/install.c
|
lib/install.c
|
||||||
|
@ -61,4 +60,5 @@ lib/stringbuf.c
|
||||||
lib/transaction.c
|
lib/transaction.c
|
||||||
lib/tread.c
|
lib/tread.c
|
||||||
lib/uninstall.c
|
lib/uninstall.c
|
||||||
|
lib/url.c
|
||||||
lib/verify.c
|
lib/verify.c
|
||||||
|
|
Loading…
Reference in New Issue