fix spelling error
This commit is contained in:
parent
ec02b9f4b7
commit
4b36a8f2f9
3 changed files with 4 additions and 4 deletions
|
|
@ -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=$?
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue