Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (057decd224ddb854554b9cdad0bf77b2d92efb23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (057decd224ddb854554b9cdad0bf77b2d92efb23)
  • Date: Mon, 8 Sep 2008 19:15:28 +0200

On Monday 08 of September 2008 19:07:26 Vlad Glagolev wrote:
> GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:
>
> ChangeLog | 3 +++
> utils/micron/BUILD | 6 ++++++
> utils/micron/DETAILS | 27 +++++++++++++++++++++++++++
> utils/micron/HISTORY | 2 ++
> utils/micron/INSTALL | 3 +++
> utils/micron/init.d/micron | 7 +++++++
> 6 files changed, 48 insertions(+)
>
> New commits:
> commit 057decd224ddb854554b9cdad0bf77b2d92efb23
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> micron: new spell -- simple, small and secure cron daemon
>
> diff --git a/ChangeLog b/ChangeLog
> index fee6e9e..d170a6d 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2008-09-08 Vlad Glagolev <stealth AT sourcemage.org>
> + * utils/micron: new spell -- simple, small and secure cron daemon
> +
> 2008-09-08 Ladislav Hagara <hgr AT vabo.cz>
> * security-libs/libfprint: new spell, library for fingerprint readers
>
> diff --git a/utils/micron/BUILD b/utils/micron/BUILD
> new file mode 100755
> index 0000000..d185d7f
> --- /dev/null
> +++ b/utils/micron/BUILD
> @@ -0,0 +1,6 @@
> +local editor &&
> +editor=$(which ${EDITOR%% *} > /dev/null 2>&1) || editor=$(which nano) &&
which is not part of basesystem. Are you sure EDITOR is set? nano is only
part
of basesystem if the user says so.

--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page