diff options
Diffstat (limited to 'sys-fs/quota/files/quota.rc6')
-rw-r--r-- | sys-fs/quota/files/quota.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/quota/files/quota.rc6 b/sys-fs/quota/files/quota.rc6 index 4c1875fed873..75e6e80ca0fb 100644 --- a/sys-fs/quota/files/quota.rc6 +++ b/sys-fs/quota/files/quota.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.3 2005/08/17 00:27:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/files/quota.rc6,v 1.4 2012/12/08 19:50:27 vapier Exp $ depend() { need localmount @@ -9,7 +9,7 @@ depend() { } start() { - if [[ ${RUN_QUOTACHECK} == "yes" ]] ; then + if [ "${RUN_QUOTACHECK}" = "yes" ] ; then ebegin "Checking quotas (may take a while)" /usr/sbin/quotacheck ${QUOTACHECK_OPTS} eend $? |