pathnames.h (29e92c359ac6fa30370d70262730683e296a6cc1) | pathnames.h (3eb568f24cd37cc6a0dd03148e00027b70a72862) |
---|---|
1/* 2 * Copyright (c) 1989, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 23 unchanged lines hidden (view full) --- 32 * 33 * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 34 */ 35 36#include <paths.h> 37 38#define _PATH_FTPWELCOME "/etc/ftpwelcome" 39#define _PATH_FTPLOGINMESG "/etc/ftpmotd" | 1/* 2 * Copyright (c) 1989, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 23 unchanged lines hidden (view full) --- 32 * 33 * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 34 */ 35 36#include <paths.h> 37 38#define _PATH_FTPWELCOME "/etc/ftpwelcome" 39#define _PATH_FTPLOGINMESG "/etc/ftpmotd" |
40#define _PATH_FTPDSTATFILE "/var/log/ftpd" |
|