From c763f15030565eef2e8b28fdf471ef3e7dd9b933 Mon Sep 17 00:00:00 2001 From: Geoff Levand Date: Thu, 9 Jul 2009 14:45:48 -0700 Subject: Delete kexec temporary files before rebooting Signed-off-by: Geoff Levand --- lib/system/system.c | 1 + lib/system/system.h | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/system') diff --git a/lib/system/system.c b/lib/system/system.c index 65bd6bf..7371445 100644 --- a/lib/system/system.c +++ b/lib/system/system.c @@ -20,6 +20,7 @@ const struct pb_system_apps pb_system_apps = { .cp = "/bin/cp", .kexec = "/sbin/kexec", .mount = "/bin/mount", + .shutdown = "/sbin/shutdown", .sftp = "/usr/bin/sftp", .tftp = "/usr/bin/tftp", .umount = "/bin/umount", diff --git a/lib/system/system.h b/lib/system/system.h index 47c7c02..1918309 100644 --- a/lib/system/system.h +++ b/lib/system/system.h @@ -5,6 +5,7 @@ struct pb_system_apps { const char *cp; const char *kexec; const char *mount; + const char *shutdown; const char *sftp; const char *tftp; const char *umount; -- cgit v1.2.1