summaryrefslogtreecommitdiffstats
path: root/login-utils/shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/shutdown.c')
-rw-r--r--login-utils/shutdown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/login-utils/shutdown.c b/login-utils/shutdown.c
index 189c36af3..5cbe803d5 100644
--- a/login-utils/shutdown.c
+++ b/login-utils/shutdown.c
@@ -105,6 +105,8 @@ char halt_action[256]; /* to find out what to do upon halt */
#define WRCRLF write(fd, "\r\n", 2)
#define ERRSTRING strerror(errno)
+#define UMOUNT_ARGS "umount", "-a", "-t", "nodevfs"
+#define SWAPOFF_ARGS "swapoff", "-a"
void
usage(void)