pathnames.h (82725ba9bf1fd59746a4006a06f24d4d61d142f2) pathnames.h (2826da432cfda62b5512dfa72641c77fc10373d0)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30 *
31 * @(#)pathnames.h 8.1 (Berkeley) 6/9/93
32 * $FreeBSD$
33 */
34
35#include <paths.h>
36
37#define _PATH_HUSHLOGIN ".hushlogin"
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (c) 1989, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 21 unchanged lines hidden (view full) ---

30 *
31 * @(#)pathnames.h 8.1 (Berkeley) 6/9/93
32 * $FreeBSD$
33 */
34
35#include <paths.h>
36
37#define _PATH_HUSHLOGIN ".hushlogin"
38#define _PATH_MOTDFILE "/etc/motd"
38#define _PATH_MOTDFILE "/var/run/motd"
39#define _PATH_FBTAB "/etc/fbtab"
40#define _PATH_LOGINDEVPERM "/etc/logindevperm"
39#define _PATH_FBTAB "/etc/fbtab"
40#define _PATH_LOGINDEVPERM "/etc/logindevperm"