initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 22:34:39 +0000 (22:34 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 24 Sep 2007 22:34:39 +0000 (22:34 +0000)
commit2fb674c46a8934584d6bd2962da3ebf15f29743b
tree449038e13d74740b5a27eaadfcc96af3759395f5
parent91f4d8291961add9ec9fe21bd4498b339361df27
initscripts 1.0: checkroot.sh: Stop doing random positive login regarding fsck.
* It's ok to do negative logic, for example limit scope of operation if we know
we can't do it (ex.: we don't support fscking something else but ext2/ext3,
so we have to ignore user's request to do fsck on other fstype).
* But it's not ok to do fsck if user didn't request it, or moreover if he
requested *not* to do it.
packages/initscripts/initscripts-1.0/checkroot.sh
packages/initscripts/initscripts_1.0.bb