remove _PATH_EXECDIR, add _PATH_SBIN, _PATH_USRSBIN
authorJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1994 22:44:04 +0000 (14:44 -0800)
committerJan-Simon Pendry <pendry@ucbvax.Berkeley.EDU>
Sun, 27 Mar 1994 22:44:04 +0000 (14:44 -0800)
SCCS-vsn: sbin/mount/pathnames.h 8.2

usr/src/sbin/mount/pathnames.h

index 460f63f..102c773 100644 (file)
@@ -1,11 +1,12 @@
 /*
 /*
- * Copyright (c) 1989, 1993
+ * Copyright (c) 1989, 1993, 1994
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 8.1 (Berkeley) %G%
+ *     @(#)pathnames.h 8.2 (Berkeley) %G%
  */
 
  */
 
-#define _PATH_EXECDIR  "/sbin"
+#define _PATH_SBIN     "/sbin"
+#define _PATH_USRSBIN  "/usr/sbin"
 #define        _PATH_MOUNTDPID "/var/run/mountd.pid"
 #define        _PATH_MOUNTDPID "/var/run/mountd.pid"