]> git.pld-linux.org Git - packages/heimdal.git/blob - heimdal-paths.patch
- updated to 0.6
[packages/heimdal.git] / heimdal-paths.patch
1 --- heimdal-0.6/appl/ftp/ftpd/pathnames.h.orig  2003-03-24 04:33:55.000000000 +0100
2 +++ heimdal-0.6/appl/ftp/ftpd/pathnames.h       2003-07-26 03:34:41.000000000 +0200
3 @@ -50,12 +50,12 @@
4  #endif
5  
6  #ifndef _PATH_FTPUSERS
7 -#define        _PATH_FTPUSERS          SYSCONFDIR "/ftpusers"
8 +#define        _PATH_FTPUSERS          "/etc/ftpd/ftpusers"
9  #endif
10  
11 -#define        _PATH_FTPCHROOT         SYSCONFDIR "/ftpchroot"
12 -#define        _PATH_FTPWELCOME        SYSCONFDIR "/ftpwelcome"
13 -#define        _PATH_FTPLOGINMESG      SYSCONFDIR "/motd"
14 +#define        _PATH_FTPCHROOT         "/etc/ftpd/ftpchroot"
15 +#define        _PATH_FTPWELCOME        "/etc/ftpd/ftpwelcome"
16 +#define        _PATH_FTPLOGINMESG      "/etc/ftpd/motd"
17  
18 -#define _PATH_ISSUE            SYSCONFDIR "/issue"
19 -#define _PATH_ISSUE_NET                SYSCONFDIR "/issue.net"
20 +#define _PATH_ISSUE            "/etc/ftpd/issue"
21 +#define _PATH_ISSUE_NET                "/etc/ftpd/issue.net"
This page took 0.052139 seconds and 3 git commands to generate.