diff options
| author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
| commit | 66ee8158b69525e12060ef558cb5d77feadab1dc (patch) | |
| tree | 08b30f2d07df9213f5647bc6f60b5090a263ef43 /lib/pathnames.h | |
| parent | 22853e4a82c6ef7b336527529acb94b14a0b0fd8 (diff) | |
| download | util-linux-66ee8158b69525e12060ef558cb5d77feadab1dc.tar.gz | |
Imported from util-linux-2.10s tarball.v2.10s
Diffstat (limited to 'lib/pathnames.h')
| -rw-r--r-- | lib/pathnames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pathnames.h b/lib/pathnames.h index 60797f94eb..672b58e92b 100644 --- a/lib/pathnames.h +++ b/lib/pathnames.h @@ -128,7 +128,7 @@ Libc5 and glibc 2.0-2.1 have /var/spool/mail, but glibc 2.1.1 has /var/mail. /* used in login-utils/shutdown.c */ #define _PATH_MTAB "/etc/mtab" #define _PATH_UMOUNT "/bin/umount" -#define UMOUNT_ARGS "umount", "-a" +#define UMOUNT_ARGS "umount", "-a", "-t", "nodevfs" #define SWAPOFF_ARGS "swapoff", "-a" /* used in login-utils/setpwnam.h and login-utils/islocal.c */ |
