vsftpd: adjust man path to 3.2 conventions

This commit is contained in:
Thomas Penteker 2016-03-08 03:16:17 +01:00
parent fb2398e195
commit 7661ff0120
3 changed files with 9 additions and 8 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
b923df8d4c519cfc72e465e014510c6a vsftpd
da119d084bd3f98664636ea05b5bb398 vsftpd-3.0.3.tar.gz
06df7aca4219bfe055450a00e5c82adb vsftpd-config.patch
86b1fddc65571780123deca2e4254136 vsftpd-config.patch

View File

@ -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: