aboutsummaryrefslogtreecommitdiff
path: root/src/rc-misc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-19 09:00:43 +0000
committerRoy Marples <roy@marples.name>2007-09-19 09:00:43 +0000
commit5248fb52fa428f2a966a10d0db8991ef26c96b02 (patch)
treea15ad0c751aa174426db333cd183eb4b0ef6dc52 /src/rc-misc.h
parent726e754fff24d810d39806f7d75504c4d1ca222a (diff)
plugin hook function is now rc_plugin_hook instead of a name based
on the name of the plugin.
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r--src/rc-misc.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h
index f10a83da..ec29987e 100644
--- a/src/rc-misc.h
+++ b/src/rc-misc.h
@@ -11,31 +11,31 @@
# define LIB "lib"
#endif
-#define RC_LEVEL_BOOT "boot"
-#define RC_LEVEL_DEFAULT "default"
+#define RC_LEVEL_BOOT "boot"
+#define RC_LEVEL_DEFAULT "default"
-#define RC_LIBDIR "/" LIB "/rcscripts"
-#define RC_SVCDIR RC_LIBDIR "/init.d"
-#define RC_DEPTREE RC_SVCDIR "/deptree"
-#define RC_RUNLEVELDIR "/etc/runlevels"
-#define RC_INITDIR "/etc/init.d"
-#define RC_CONFDIR "/etc/conf.d"
+#define RC_LIBDIR "/" LIB "/rcscripts"
+#define RC_SVCDIR RC_LIBDIR "/init.d"
+#define RC_DEPTREE RC_SVCDIR "/deptree"
+#define RC_RUNLEVELDIR "/etc/runlevels"
+#define RC_INITDIR "/etc/init.d"
+#define RC_CONFDIR "/etc/conf.d"
#define RC_KSOFTLEVEL RC_SVCDIR "/ksoftlevel"
#define RC_STARTING RC_SVCDIR "/softscripts.new"
#define RC_STOPPING RC_SVCDIR "/softscripts.old"
-#define RC_SVCDIR_STARTING RC_SVCDIR "/starting"
-#define RC_SVCDIR_INACTIVE RC_SVCDIR "/inactive"
-#define RC_SVCDIR_STARTED RC_SVCDIR "/started"
+#define RC_SVCDIR_STARTING RC_SVCDIR "/starting"
+#define RC_SVCDIR_INACTIVE RC_SVCDIR "/inactive"
+#define RC_SVCDIR_STARTED RC_SVCDIR "/started"
#define RC_SVCDIR_COLDPLUGGED RC_SVCDIR "/coldplugged"
-#define RC_PLUGINDIR RC_LIBDIR "/plugins"
+#define RC_PLUGINDIR RC_LIBDIR "/plugins"
/* Max buffer to read a line from a file */
-#define RC_LINEBUFFER 4096
+#define RC_LINEBUFFER 4096
/* Good defaults just incase user has none set */
-#define RC_NET_FS_LIST_DEFAULT "afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
+#define RC_NET_FS_LIST_DEFAULT "afs cifs coda davfs fuse gfs ncpfs nfs nfs4 ocfs2 shfs smbfs"
#endif