Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2014 16:28:35 +0200
From:      Lars Engels <lars.engels@0x20.net>
To:        Andreas Nilsson <andrnils@gmail.com>
Cc:        Craig Rodrigues <rodrigc@freebsd.org>, Adrian Chadd <adrian@freebsd.org>, ports <freebsd-ports@freebsd.org>, freebsd-doc@freebsd.org, Alberto Mijares <amijaresp@gmail.com>, freebsd-current Current <freebsd-current@freebsd.org>, Navdeep Parhar <nparhar@gmail.com>
Subject:   Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?
Message-ID:  <20140718142835.GF96250@e-new.0x20.net>
In-Reply-To: <CAPS9%2BSuswkJNuwhT=o%2B7sBQpbaN0-jhnRK5drugqZw54%2BqzgzA@mail.gmail.com>
References:  <CAG=rPVcyqq2072%2BgF_X91BocxykJB6%2BU0cMhaNexxfVFpVqUbA@mail.gmail.com> <CAJ-Vmo=p6-7KCL8C09O4dPq04pitW5wDbtsDAyz-u4Qtr7rpRA@mail.gmail.com> <CAGZBXN8-Gq1=w8SBHCw26ZX4a29KHBx%2B4FV9XGK1HJiCOGuJ9A@mail.gmail.com> <CAJ-Vmo=8uAXqmX8D%2BoP%2B63dHWVKN6cn8wBH0HNsVmUciNRF1BA@mail.gmail.com> <53C82EC4.8060304@gmail.com> <CAPS9%2BSuswkJNuwhT=o%2B7sBQpbaN0-jhnRK5drugqZw54%2BqzgzA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--aPdhxNJGSeOG9wFI
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Jul 17, 2014 at 10:21:17PM +0200, Andreas Nilsson wrote:
> On Thu, Jul 17, 2014 at 10:15 PM, Navdeep Parhar <nparhar@gmail.com> wrot=
e:
>=20
> > On 07/17/14 13:12, Adrian Chadd wrote:
> > > On 17 July 2014 13:03, Alberto Mijares <amijaresp@gmail.com> wrote:
> > >> On Thu, Jul 17, 2014 at 2:58 PM, Adrian Chadd <adrian@freebsd.org>
> > wrote:
> > >>> Hi!
> > >>>
> > >>> 3) The binary packages need to work out of the box
> > >>> 4) .. which means, when you do things like pkg install apache, it
> > >>> can't just be installed and not be enabled, because that's a bit of=
 a
> > >>> problem;
> > >>
> > >>
> > >> No. Please NEVER do that! The user must be able to edit the files and
> > >> start the service by himself.
> > >
> > > Cool, so what's the single line command needed to type in to start a
> > > given package service?
> >
> > Aren't sysrc(8) and service(8) for this kind of stuff?
> >
>=20
> They sure are.
>=20
> Well, pkg install $service ; sysrc ${service}_enable=3D"YES" would do.
> Although some services have different names than the packge, which is sort
> of annoying.

I hacked up a solution for service(8):

http://bsd-geek.de/FreeBSD/service.sh.enable-disable.patch

The patch adds the following directives to service(8):

enable: Grabs an rc script's rcvar value and runs "sysrc foo_enable=3DYES"
disable: The opposite of enable
rcdelete: Deletes an rc script's rcvar value from /etc/rc.conf using
          "sysrc -x foo_enable"

The nice thing about is that you can use one of the new directives on
one line with the old ones, as long as the new are the first argument:

# service syslogd enable
# service apache24 disable stop
# service apache24 rcdelete stop
# service nginx enable start


So after installing a package, to start and enable a daemon permanently
all you have to run is
# service foo enable start

Lars

P.S.: Thansk to Devin for his hard work on sysrc!

--aPdhxNJGSeOG9wFI
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iQF8BAEBCgBmBQJTyS8TXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF
NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tfowH/A9Q4mw598FoIhOWJ3lQ40W3
srBxvcIOLpr80N4Z65QRuuO+Xun3hmRQ9SWUpBPgs+reV0VDV+GgCfg4/9P1zoVT
rPyXSgHA99v/sDcVgA4dTiKUXqlD8bm9fEI7JbvSv8RQzKgFirNb1IPe96S7Rsex
nsGXZw33yS/SZoAqVreLenJ//+Hxfj4dIBZ8YrrAZLxvMR4WmiOTUDfxctUTWf3F
eWm4c5Joj4M+1iN1fuc1DW8oPvFOgtuRTkLX1PBjNcBDpRFtVxrU4E+46SrAlgxl
H+fsRUPtjfaDIyLXfjvsx/dkfCqwLXBDh80Zp77P9TBr71hjmR+Sozi38lGkAAY=
=Q4Si
-----END PGP SIGNATURE-----

--aPdhxNJGSeOG9wFI--



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