Bug 147261 - [NEW PORT] sysutils/ckl: A command line tool for noting when something was changed on a machine
Summary: [NEW PORT] sysutils/ckl: A command line tool for noting when something was ch...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sylvio Cesar Teixeira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-31 23:20 UTC by Tomaž Muraus
Modified: 2010-06-03 01:19 UTC (History)
0 users

See Also:


Attachments
file.shar (2.15 KB, text/plain)
2010-05-31 23:20 UTC, Tomaž Muraus
no flags Details
ckl.txt (3.50 KB, text/plain)
2010-06-01 07:19 UTC, Tomaž Muraus
no flags Details
ckl.txt (3.55 KB, text/plain)
2010-06-02 18:51 UTC, Tomaž Muraus
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomaž Muraus 2010-05-31 23:20:01 UTC
A command line tool for noting when something was changed on a machine.
The contents of the message are POST'ed to another server for logging.

WWW: http://github.com/pquerna/ckl

Fix: Patch attached with submission follows:
Comment 1 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-01 00:55:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sylvio

I'll take it.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2010-06-01 02:44:38 UTC
State Changed
From-To: open->feedback

From misfiled PR ports/147264: 

Date: Mon, 31 May 2010 21:40:12 -0300 
Comment 3 Tomaž Muraus 2010-06-01 06:02:00 UTC
Hello,

Yes, I'm aware where FreeBSD stores ports config files, but I was not
sure if I should create a patch, because program searches for config
file in /etc/ or put the config file in /etc/cloudkick.conf?

Thanks,
Tomaž
Comment 4 Sylvio César Teixeira Amorim 2010-06-02 14:26:54 UTC
2010/6/1 Toma=C5=BE Muraus <kami@k5-storitve.net>:
> On Mon, 2010-05-31 at 21:40 -0300, Sylvio Cesar Teixeira wrote:
>
> The file must be add in "/usr/local/etc/cloudkick.conf" and not
> "/etc/cloudkick.conf.
>
>

Error:

http://people.freebsd.org/~sylvio/ckl-0.9.1.log
Comment 5 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-02 14:42:58 UTC
Error:

http://people.freebsd.org/~sylvio/ckl-0.9.1.log
Comment 6 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-02 18:52:52 UTC
Thanks, I'll test it.

--=20
Regards,

Sylvio Cesar               || FreeBSD Committer || Team multimedia@FreeBSD.=
org
sylvio@FreeBSD.org  || http://people.freebsd.org/~sylvio ||
http://www.scjamorim.org || http://www.freebsd.org

"Tenho posto o Senhor continuamente diante de mim; porque Ele est=C3=A1 =C3=
=A0
minha m=C3=A3o direita, n=C3=A3o vacilarei. Portanto, alegre est=C3=A1 o me=
u
cora=C3=A7=C3=A3o". (Salmos 16:8)

"Os olhos do SENHOR est=C3=A3o sobre os justos, e os seus ouvidos atentos
ao seu clamor". (Salmos 34:15)
Comment 7 dfilter service freebsd_committer freebsd_triage 2010-06-02 22:01:18 UTC
sylvio      2010-06-02 21:01:10 UTC

  FreeBSD ports repository

  Modified files:
    sysutils             Makefile 
  Added files:
    sysutils/ckl         Makefile distinfo pkg-descr pkg-plist 
    sysutils/ckl/files   cloudkick.conf.example patch-src-conf.c 
  Log:
  A command line tool for noting when something was changed on a machine.
  The contents of the message are POST'ed to another server for logging.
  
  WWW: http://github.com/pquerna/ckl
  
  PR:             ports/147261
  Submitted by:   Tomaz Muraus <kami@k5-storitve.net>
  
  Revision  Changes    Path
  1.1196    +1 -0      ports/sysutils/Makefile
  1.1       +45 -0     ports/sysutils/ckl/Makefile (new)
  1.1       +3 -0      ports/sysutils/ckl/distinfo (new)
  1.1       +2 -0      ports/sysutils/ckl/files/cloudkick.conf.example (new)
  1.1       +27 -0     ports/sysutils/ckl/files/patch-src-conf.c (new)
  1.1       +4 -0      ports/sysutils/ckl/pkg-descr (new)
  1.1       +4 -0      ports/sysutils/ckl/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 8 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-06-02 22:01:44 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!