Blame | Last modification | View Log | RSS feed
#!/bin/sh . /etc/sysconfig/readahead if [ "$READAHEAD_COLLECT" = "yes" ] ; then touch /.readahead_collect fi
#!/bin/sh
. /etc/sysconfig/readahead
if [ "$READAHEAD_COLLECT" = "yes" ] ; then
touch /.readahead_collect
fi