aboutsummaryrefslogtreecommitdiff
path: root/sbin/init/pathnames.h
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-08-02 00:22:52 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-08-02 00:22:52 +0000
commit8889c700f314bb2d6fc652ff35a5f3d2d72f5edb (patch)
treeb30a25fc6d98b86c39709c71ad1c1c2baef283d7 /sbin/init/pathnames.h
parent4c33feed58599855e0c2d38e375d8a20900f33d1 (diff)
Add /etc/rc.shutdown capability to init.
Add sample /etc/rc.shutdown (which is just a shell for now). Submitted by: Ollivier Robert <roberto@keltia.freenix.fr>
Notes
Notes: svn path=/head/; revision=27837
Diffstat (limited to 'sbin/init/pathnames.h')
-rw-r--r--sbin/init/pathnames.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/init/pathnames.h b/sbin/init/pathnames.h
index abb874a4b988..27837f680b03 100644
--- a/sbin/init/pathnames.h
+++ b/sbin/init/pathnames.h
@@ -40,3 +40,4 @@
#define _PATH_SLOGGER "/sbin/session_logger"
#define _PATH_RUNCOM "/etc/rc"
+#define _PATH_RUNDOWN "/etc/rc.shutdown"