Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Dec 2010 04:25:42 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Victor Sudakov <vas@mpeks.tomsk.su>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: rc.d and environment variables
Message-ID:  <20101224042542.3e21a6df.freebsd@edvax.de>
In-Reply-To: <20101224031352.GB16472@admin.sibptus.tomsk.ru>
References:  <20101223172752.GA8539@admin.sibptus.tomsk.ru> <20101223201249.ea7648aa.freebsd@edvax.de> <20101223191443.GA24653@gizmo.acns.msu.edu> <20101224031352.GB16472@admin.sibptus.tomsk.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Dec 2010 09:13:53 +0600, Victor Sudakov <vas@mpeks.tomsk.su> wrote:
> Of course I can always write my own script or put something like
> su -l svn -c 'usr/local/bin/svnserve -d --listen-port=3690 bla bla' 
> into /etc/rc.local, but the question was about the rc.d framework.

Environmental variables cannot be controlled by the rc.d
framework, as far as I understand. Using login classes to
define them should be the correct way.

>From "man login.conf":

	setenv	list	A comma-separated list of
			environment variables and
			values to which they are to
			be set.

What did you enter for the svnserve user in /etc/login.conf,
and did you make sure there is no override setting in the
corresponding user's ~/.login.conf?

A valid setting should look like this,

        :setenv=KRB5_KTNAME=/home/svn/svn.keytab:

embedded into the proper structures.

-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101224042542.3e21a6df.freebsd>