This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 0b028257bbd5d9d5c79efaf120f6b0db4b3f264e (commit)
via 307df174402188d9ced69318ab0e8ec84dd17db5 (commit)
from cc18dd91675383ee82573683df049f21c48b26e3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b028257bbd5d9d5c79efaf120f6b0db4b3f264e
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Mar 3 11:41:49 2013 +0100
nginx: fix rootfile.
commit 307df174402188d9ced69318ab0e8ec84dd17db5
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Mar 3 11:39:48 2013 +0100
avahi: remove /etc/init.d/avahi from rootfile.
You should never include a initskript in /etc/init.d/ because this
destroy the /etc/init.d symlink at package installation.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/packages/avahi | 3 ++-
config/rootfiles/packages/nginx | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
Difference in files:
diff --git a/config/rootfiles/packages/avahi b/config/rootfiles/packages/avahi
index af1d3d9..dc2c56d 100644
--- a/config/rootfiles/packages/avahi
+++ b/config/rootfiles/packages/avahi
@@ -160,4 +160,5 @@ usr/share/avahi/service-types
#usr/share/man/man8/avahi-daemon.8
#usr/share/man/man8/avahi-dnsconfd.8
#usr/share/man/man8/avahi-dnsconfd.action.8
-etc/init.d/avahi
+#usr/var/run
+etc/rc.d/init.d/avahi
diff --git a/config/rootfiles/packages/nginx b/config/rootfiles/packages/nginx
index ce98205..5ecb241 100644
--- a/config/rootfiles/packages/nginx
+++ b/config/rootfiles/packages/nginx
@@ -14,6 +14,7 @@ etc/nginx/scgi_params.default
etc/nginx/uwsgi_params
etc/nginx/uwsgi_params.default
etc/nginx/win-utf
+etc/rc.d/init.d/nginx
usr/sbin/nginx
usr/share/nginx
usr/share/nginx/html
hooks/post-receive
--
IPFire 2.x development tree