]> err.no Git - util-linux/commit
swapon: more robust progname probing
authorKarel Zak <kzak@redhat.com>
Tue, 13 Oct 2009 12:22:33 +0000 (14:22 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Oct 2009 12:22:33 +0000 (14:22 +0200)
commit01373d74ef13014262d599cd9c26c1ec724a2204
treeceba09a2f28d6bfe71ccffdcdd9d831c5a5d8f3f
parentd08cd85fad8b6a3e2aaaeac61afb0e19564ac7d7
swapon: more robust progname probing

Currently, the 'swapoff' is the default behavior. It means that if you
have a libtool wrapper script in your build directory the executed binary
name is 'lt-swapon' and then "swapon -a" is interpreted as "swapoff -a".

Any random argv[0] should not be interpreted as "swapoff".

Signed-off-by: Karel Zak <kzak@redhat.com>
mount/swapon.c