ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexander Bokovoy <a.bokovoy@sam-solutions.net>
To: devel@altlinux.ru
Subject: Re: [devel] скрипты
Date: Thu, 20 Feb 2003 16:36:58 +0200
Message-ID: <20030220143658.GA20651@sam-solutions.net> (raw)
In-Reply-To: <20030220125748.GA304@basalt.office.altlinux.org>

On Thu, Feb 20, 2003 at 03:57:48PM +0300, Stanislav Ievlev wrote:
> krb5-server :
> postinstall scriptlet (through /bin/sh): # Remove the init script for older servers. [ -x /etc/rc.d/
> init.d/krb5server ] && /sbin/chkconfig --del krb5server # Install the new ones. for i in krb5kdc kad
> min krb524 kprop; do /sbin/chkconfig --add $i done
> 
> Явно не используется post/preun_service? Какой в этом грубинный смысл?
Это будет исправлено чуть позже (некритично сейчас).

> libkrb5 :
> postinstall scriptlet (through /bin/sh): if [ $1 = 1 ] ; then /bin/grep -Fq /usr/lib/krb5 /etc/ld.so
> .conf || echo "/usr/lib/krb5" >> /etc/ld.so.conf /sbin/ldconfig fi postuninstall scriptlet (through 
> /bin/sh): if [ $1 = 0 ] ; then TEMPFILE=`mktemp` if [ -n "$TEMPFILE" ] ; then /bin/fgrep -v /usr/lib
> /krb5 /etc/ld.so.conf >> $TEMPFILE /bin/mv -f $TEMPFILE /etc/ld.so.conf /bin/chmod 655 /etc/ld.so.co
> nf /bin/chown root:root /etc/ld.so.conf /sbin/ldconfig /bin/rm -f $TEMPFILE fi fi
> 
> Может библиотеки переместить в правильное место?
Они лежат в правильном месте, уж поверьте.

-- 
/ Alexander Bokovoy
---
Actual war is a very messy business.  Very, very messy business.
		-- Kirk, "A Taste of Armageddon", stardate 3193.0


  parent reply	other threads:[~2003-02-20 14:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-20 12:57 Stanislav Ievlev
2003-02-20 14:08 ` [devel] скрипты (LinPopUp) Grigory Batalov
2003-02-20 14:36 ` Alexander Bokovoy [this message]
2003-02-20 17:21 ` [devel] скрипты Alexey Voinov
2003-02-20 21:59 ` Andrey Orlov
2003-02-20 22:02   ` Dmitry V. Levin
2003-02-20 22:41     ` Andrey Orlov
2003-02-20 22:39       ` Dmitry V. Levin
2003-02-20 23:02         ` Andrey Orlov
2003-02-21  9:06       ` rider
2003-02-20 22:11 ` [devel] Re: скрипты (GNOME) Mikhail Zabaluev
2003-02-21  8:07   ` Stanislav Ievlev
2003-02-21 15:04     ` Mikhail Zabaluev
2003-02-25  8:30       ` Stanislav Ievlev
2003-02-20 22:39 ` [devel] Re: скрипты Michael Shigorin
2003-02-20 22:41   ` Dmitry V. Levin
2003-02-21  0:18     ` Michael Shigorin
2003-02-21  8:11   ` Stanislav Ievlev
2003-02-21 11:07     ` Michael Shigorin
2003-02-20 23:16 ` Mikhail Zabaluev
2003-02-28 19:24 ` [devel] скрипты Вячеслав Диконов

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=20030220143658.GA20651@sam-solutions.net \
    --to=a.bokovoy@sam-solutions.net \
    --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