From 7c4a91a517e9945b496c198b21f5459d0820ba24 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 18 Dec 2013 16:22:24 +0000 Subject: [PATCH] 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 --- scripts/rebuild-rhel-kernel-rpm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/rebuild-rhel-kernel-rpm b/scripts/rebuild-rhel-kernel-rpm index 578e6a87e..f9882174f 100755 --- a/scripts/rebuild-rhel-kernel-rpm +++ b/scripts/rebuild-rhel-kernel-rpm @@ -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