[Lunar-rfc] full dynamic services file

Kok, Auke sofar at foo-projects.org
Sat Jun 16 19:34:28 CEST 2007


Zbigniew Luszpinski wrote:
> Zbigniew Luszpinski <zbiggy at o2.pl> wrote:
>> this module makes Lunar RFC3232 compatible.
>> It replaces old, incomplete Lunar's default /etc/services file with new
>> dynamic RFC3232 compatible one.
> 
> There is one little typo bug in original services.tar.bz2:
> *Module is going to be updated every day.
> This patch fixes this by setting update date to day 13 of every month.
> 
> --------- cut here --------
> --- services/DETAILS    2007-06-15 15:44:35.000000000 +0200
> +++ services/DETAILS   2007-06-16 13:45:14.000000000 +0200
> @@ -1,5 +1,5 @@
>            MODULE=services
> -         VERSION=`date -u +%Y%m%d`
> +         VERSION=`date -u +%Y%m13`
>            SOURCE=port-numbers
>        SOURCE_URL=http://www.iana.org/assignments/
>          WEB_SITE=http://www.iana.org/
> 
> -------- cut here -------
> 
> have a nice day,

since lunar itself updates /etc/services, we have a conflict here. would it be 
possible for this module to `merge` services into the services file instead?

also, your module makes /etc/services tracked, which is dangerous 
(deleting/uninstalling the services module will delete the /etc/services file).

I would prefer it if the module didn't 'track' /etc/services.


More information about the Lunar-dev mailing list