Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2015 03:43:25 -0700
From:      Garrett Cooper <yaneurabeya@gmail.com>
To:        Jeremie Le Hen <jlh@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r285444 - head/etc/defaults
Message-ID:  <528265C1-8B55-41D0-BF89-3A8AEF810D7F@gmail.com>
In-Reply-To: <201507131015.t6DAF2rV025100@repo.freebsd.org>
References:  <201507131015.t6DAF2rV025100@repo.freebsd.org>

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

> On Jul 13, 2015, at 03:15, Jeremie Le Hen <jlh@FreeBSD.org> wrote:
>=20
> Author: jlh
> Date: Mon Jul 13 10:15:01 2015
> New Revision: 285444
> URL: https://svnweb.freebsd.org/changeset/base/285444
>=20
> Log:
>  Allow again periodic scripts to be run from command-line.
>=20
>  PR:        188109
>  Submitted by:    Jason Unovitch
>  MFC after:    1 week
>=20
> Modified:
>  head/etc/defaults/periodic.conf
>=20
> Modified: head/etc/defaults/periodic.conf
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D
> --- head/etc/defaults/periodic.conf    Mon Jul 13 09:12:05 2015    (r28544=
3)
> +++ head/etc/defaults/periodic.conf    Mon Jul 13 10:15:01 2015    (r28544=
4)
> @@ -357,8 +357,12 @@ if [ -z "${source_periodic_confs_defined
>            *) return 0 ;;
>            esac
>            ;;
> +                '')
> +                        # Script run manually.
> +                        return 0
> +                        ;;
>        *)
> -            echo "ASSERTION FAILED: Unexpected value for " \
> +            echo "ASSERTION FAILED: Unexpected value for" \

Please restore this space.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?528265C1-8B55-41D0-BF89-3A8AEF810D7F>