fix spelling error

This commit is contained in:
Mike McLean 2016-09-15 15:17:25 -04:00
parent ec02b9f4b7
commit 4b36a8f2f9
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
# Source function library.
. /etc/init.d/functions
# Check that we're a priviledged user
# Check that we're a privileged user
[ `id -u` = 0 ] || exit 0
[ -f /etc/sysconfig/kojid ] && . /etc/sysconfig/kojid
@ -37,7 +37,7 @@ start() {
[ "$KOJID_VERBOSE" == "Y" ] && ARGS="$ARGS --verbose"
# XXX Fix for make download-checks in kernel builds
# Remove once we're running the buildSRPMFromSCM task
# as an unpriviledged user with their own environment
# as an unprivileged user with their own environment
export HOME="/root"
daemon /usr/sbin/kojid $ARGS
RETVAL=$?

View file

@ -11,7 +11,7 @@
# Source function library.
. /etc/init.d/functions
# Check that we're a priviledged user
# Check that we're a privileged user
[ `id -u` = 0 ] || exit 0
[ -f /etc/sysconfig/kojira ] && . /etc/sysconfig/kojira

View file

@ -9,7 +9,7 @@
# Source function library.
. /etc/init.d/functions
# Check that we're a priviledged user
# Check that we're a privileged user
[ `id -u` = 0 ] || exit 1
[ -f /etc/sysconfig/kojivmd ] && . /etc/sysconfig/kojivmd