ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Антон Горлов" <stalker@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: Триггер
Date: Wed, 14 Sep 2005 10:59:38 +0400
Message-ID: <4327CA5A.7070409@altlinux.ru> (raw)
In-Reply-To: <200508181610.23094.icesik@mail.ru>

Igor Zubkov пишет:

>>>Для этого вам не нужен триггер.
>>>Достаточно написать что-нибудь типа
>>>%pre
>>>if [ -d /etc/ftn -a ! -d /etc/ftn/qicoxe ]; then
>>>      mkdir -m700 /etc/ftn/qicoxe &&
>>>      cp -a /etc/ftn/файлы /etc/ftn/qicoxe/ ||:
>>>fi
>>Триггером вроде как красивше получается.
>>К тому же кажется уже разобрался с ними. Ща тестить буду.
> Дима всё правильно сказал. Тебе здесь _не нужен_ триггер. Совсем.
> Зачем кидатся на бронепоезд с напильником?

В обшем к выходу новой версии qico.xe решил заодно и приобщить перенос 
конфигов в /etc/ftn/%name

В секции %files
%attr(600,ftn,ftn) %config(noreplace) %_sysconfdir/ftn/%name/qico.conf
%attr(600,ftn,ftn) %config(noreplace) %_sysconfdir/ftn/%name/qico.passwd
%attr(600,ftn,ftn) %config(noreplace) %_sysconfdir/ftn/%name/qico.subst
В секции %pre
%pre
if [ -f %_sysconfdir/ftn/qico.conf -a ! -d %_sysconfdir/ftn/%name ]; then
     %__mkdir -m750 %_sysconfdir/ftn/%name &&
     %__chown ftn:ftn %_sysconfdir/ftn/%name ||:
     %__cp -a /etc/ftn/qico.conf %_sysconfdir/ftn/%name/ ||:
.....
В результате в %_sysconfdir/ftn/%name/  оказываюцца файлы из нового 
пакета..а не старые пропаченные

Что не так?

-- 
   np: silence


  parent reply	other threads:[~2005-09-14  6:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-18  6:08 [devel] Триггер Антон Горлов
2005-08-18  6:51 ` [devel] Триггер Michael Shigorin
2005-08-18  6:53   ` Антон Горлов
2005-08-18  7:18     ` Антон Горлов
2005-08-18  7:39       ` Michael Shigorin
2005-08-18  7:49         ` Антон Горлов
2005-08-18 11:06           ` Dmitry V. Levin
2005-08-18 12:58             ` Антон Горлов
2005-08-18 13:10               ` Igor Zubkov
2005-08-18 13:36                 ` Антон Горлов
2005-09-14  6:59                 ` Антон Горлов [this message]
2005-08-18 13:40               ` Michael Shigorin
2005-08-18 13:58               ` Konstantin A. Lepikhov
2005-08-18 11:39           ` Антон Горлов

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=4327CA5A.7070409@altlinux.ru \
    --to=stalker@altlinux.ru \
    --cc=devel@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 Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git