summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vsftpd/.footprint11
-rw-r--r--vsftpd/.md5sum2
-rw-r--r--vsftpd/vsftpd-config.patch4
3 files changed, 9 insertions, 8 deletions
diff --git a/vsftpd/.footprint b/vsftpd/.footprint
index ac9af3407..a08bce45c 100644
--- a/vsftpd/.footprint
+++ b/vsftpd/.footprint
@@ -8,13 +8,14 @@ drwxr-xr-x root/root etc/ssl/keys/
-rw------- root/root etc/ssl/keys/vsftpd.key (EMPTY)
-rw------- root/root etc/vsftpd.conf
drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man5/
--rw-r--r-- root/root usr/man/man5/vsftpd.conf.5.gz
-drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/vsftpd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/vsftpd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man5/
+-rw-r--r-- root/root usr/share/man/man5/vsftpd.conf.5.gz
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/vsftpd.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
-rw-r--r-- root/root var/log/vsftpd.log (EMPTY)
diff --git a/vsftpd/.md5sum b/vsftpd/.md5sum
index d7b469235..22e3c4f01 100644
--- a/vsftpd/.md5sum
+++ b/vsftpd/.md5sum
@@ -1,3 +1,3 @@
b923df8d4c519cfc72e465e014510c6a vsftpd
da119d084bd3f98664636ea05b5bb398 vsftpd-3.0.3.tar.gz
-06df7aca4219bfe055450a00e5c82adb vsftpd-config.patch
+86b1fddc65571780123deca2e4254136 vsftpd-config.patch
diff --git a/vsftpd/vsftpd-config.patch b/vsftpd/vsftpd-config.patch
index 5998969f3..1792a4ee4 100644
--- a/vsftpd/vsftpd-config.patch
+++ b/vsftpd/vsftpd-config.patch
@@ -30,8 +30,8 @@ diff -Nru vsftpd-3.0.3.orig/Makefile vsftpd-3.0.3/Makefile
- if [ -x /etc/xinetd.d ]; then \
- $(INSTALL) -m 644 xinetd.d/vsftpd /etc/xinetd.d/vsftpd; fi
+ $(INSTALL) -D -m 755 vsftpd $(DESTDIR)/usr/sbin/vsftpd
-+ $(INSTALL) -D -m 644 vsftpd.8 $(DESTDIR)/usr/man/man8/vsftpd.8
-+ $(INSTALL) -D -m 644 vsftpd.conf.5 $(DESTDIR)/usr/man/man5/vsftpd.conf.5
++ $(INSTALL) -D -m 644 vsftpd.8 $(DESTDIR)/usr/share/man/man8/vsftpd.8
++ $(INSTALL) -D -m 644 vsftpd.conf.5 $(DESTDIR)/usr/share/man/man5/vsftpd.conf.5
+ $(INSTALL) -D -m 600 vsftpd.conf $(DESTDIR)/etc/vsftpd.conf
clean:

Generated by cgit