scripts/rebuild-rhel-kernel-rpm: Fix a comment

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5161 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2013-12-18 16:22:24 +00:00
parent 5d9cbdabf6
commit 7c4a91a517
+2 -3
View File
@@ -21,9 +21,8 @@
# The recommended way to use this script is as follows:
# - Create an additional user, e.g. builder
# - Add a line to the sudoers file that allows that user to invoke yum and
# yum-builddep.
# - Add the source repositories in /etc/yum.repos.d.
# - One way to do that is by invoking the following shell commands as root:
# yum-builddep. One way to do that is by invoking the following shell
# commands as root:
# useradd builder
# echo 'builder ALL=(ALL) NOPASSWD: /usr/bin/yum, /usr/bin/yum-builddep' >>/etc/sudoers
# visudo -sc