From: Yura Kalinichenko <yuk@iceb.vinnitsa.com> To: community@altlinux.ru Subject: Re: [Comm] Re: Community digest, Vol 1 #856 - 10 msgs Date: Thu, 19 Dec 2002 13:53:06 +0200 (EET) Message-ID: <Pine.LNX.4.43L.0212191346590.2630-100000@localhost.localdomain> (raw) In-Reply-To: <20021219095053.514F115F5C0@gw.dic.ru> В Чтв, 19 Дек 2002, ALEKS написал(а): A> Тогда вопрос на засыпку : A> Под root'om собирать пакеты нельзя ,а у простого пользователя не A> хватает прав A> - как быть ? :)) Запустить под root'ом следующий скрипт (предварительно проставив соответствующее имя пользователя в переменную admin): --------------------------------------------------------------------------------------- #!/bin/sh admin=aleks usermod -G rpm $admin || exit $? cd /usr/src if [ -d RPM ]; then find RPM -mount | cpio -p --make-directories --verbose --owner $admin /home/$admin cat > /home/$admin/.rpmmacros <<EOF %_topdir /home/$admin/RPM %_tmppath %{_topdir}/TMP EOF fi ---------------------------------------------------------------------------------------- -- Yura Kalinichenko
prev parent reply other threads:[~2002-12-19 11:53 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-12-19 9:50 ` ALEKS 2002-12-19 10:00 ` Korshunov Ilya 2002-12-19 11:00 ` Vitaly Lipatov 2002-12-19 11:53 ` Yura Kalinichenko [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Pine.LNX.4.43L.0212191346590.2630-100000@localhost.localdomain \ --to=yuk@iceb.vinnitsa.com \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git