Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include
File: paths.h
/*
[0] Fix | Delete
* Copyright (c) 1989, 1993
[1] Fix | Delete
* The Regents of the University of California. All rights reserved.
[2] Fix | Delete
*
[3] Fix | Delete
* Redistribution and use in source and binary forms, with or without
[4] Fix | Delete
* modification, are permitted provided that the following conditions
[5] Fix | Delete
* are met:
[6] Fix | Delete
* 1. Redistributions of source code must retain the above copyright
[7] Fix | Delete
* notice, this list of conditions and the following disclaimer.
[8] Fix | Delete
* 2. Redistributions in binary form must reproduce the above copyright
[9] Fix | Delete
* notice, this list of conditions and the following disclaimer in the
[10] Fix | Delete
* documentation and/or other materials provided with the distribution.
[11] Fix | Delete
* 4. Neither the name of the University nor the names of its contributors
[12] Fix | Delete
* may be used to endorse or promote products derived from this software
[13] Fix | Delete
* without specific prior written permission.
[14] Fix | Delete
*
[15] Fix | Delete
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
[16] Fix | Delete
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
[17] Fix | Delete
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[18] Fix | Delete
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
[19] Fix | Delete
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
[20] Fix | Delete
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
[21] Fix | Delete
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
[22] Fix | Delete
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
[23] Fix | Delete
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
[24] Fix | Delete
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
[25] Fix | Delete
* SUCH DAMAGE.
[26] Fix | Delete
*
[27] Fix | Delete
* @(#)paths.h 8.1 (Berkeley) 6/2/93
[28] Fix | Delete
*/
[29] Fix | Delete
[30] Fix | Delete
#ifndef _PATHS_H_
[31] Fix | Delete
#define _PATHS_H_
[32] Fix | Delete
[33] Fix | Delete
/* Default search path. */
[34] Fix | Delete
#define _PATH_DEFPATH "/usr/bin:/bin"
[35] Fix | Delete
/* All standard utilities path. */
[36] Fix | Delete
#define _PATH_STDPATH \
[37] Fix | Delete
"/usr/bin:/bin:/usr/sbin:/sbin"
[38] Fix | Delete
[39] Fix | Delete
#define _PATH_BSHELL "/bin/sh"
[40] Fix | Delete
#define _PATH_CONSOLE "/dev/console"
[41] Fix | Delete
#define _PATH_CSHELL "/bin/csh"
[42] Fix | Delete
#define _PATH_DEVDB "/var/run/dev.db"
[43] Fix | Delete
#define _PATH_DEVNULL "/dev/null"
[44] Fix | Delete
#define _PATH_DRUM "/dev/drum"
[45] Fix | Delete
#define _PATH_GSHADOW "/etc/gshadow"
[46] Fix | Delete
#define _PATH_KLOG "/proc/kmsg"
[47] Fix | Delete
#define _PATH_KMEM "/dev/kmem"
[48] Fix | Delete
#define _PATH_LASTLOG "/var/log/lastlog"
[49] Fix | Delete
#define _PATH_MAILDIR "/var/mail"
[50] Fix | Delete
#define _PATH_MAN "/usr/share/man"
[51] Fix | Delete
#define _PATH_MEM "/dev/mem"
[52] Fix | Delete
#define _PATH_MNTTAB "/etc/fstab"
[53] Fix | Delete
#define _PATH_MOUNTED "/etc/mtab"
[54] Fix | Delete
#define _PATH_NOLOGIN "/etc/nologin"
[55] Fix | Delete
#define _PATH_PRESERVE "/var/lib"
[56] Fix | Delete
#define _PATH_RWHODIR "/var/spool/rwho"
[57] Fix | Delete
#define _PATH_SENDMAIL "/usr/sbin/sendmail"
[58] Fix | Delete
#define _PATH_SHADOW "/etc/shadow"
[59] Fix | Delete
#define _PATH_SHELLS "/etc/shells"
[60] Fix | Delete
#define _PATH_TTY "/dev/tty"
[61] Fix | Delete
#define _PATH_UNIX "/boot/vmlinux"
[62] Fix | Delete
#define _PATH_UTMP "/var/run/utmp"
[63] Fix | Delete
#define _PATH_VI "/usr/bin/vi"
[64] Fix | Delete
#define _PATH_WTMP "/var/log/wtmp"
[65] Fix | Delete
[66] Fix | Delete
/* Provide trailing slash, since mostly used for building pathnames. */
[67] Fix | Delete
#define _PATH_DEV "/dev/"
[68] Fix | Delete
#define _PATH_TMP "/tmp/"
[69] Fix | Delete
#define _PATH_VARDB "/var/db/"
[70] Fix | Delete
#define _PATH_VARRUN "/var/run/"
[71] Fix | Delete
#define _PATH_VARTMP "/var/tmp/"
[72] Fix | Delete
[73] Fix | Delete
#endif /* !_PATHS_H_ */
[74] Fix | Delete
[75] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function