helpers/storeid_rewrite/file/Makefile
tools/Makefile
tools/helper-mux/Makefile
- tools/squidclient/Makefile
tools/purge/Makefile
+ tools/squidclient/Makefile
+ tools/sysvinit/Makefile
])
# must configure libltdl subdir unconditionally for "make distcheck" to work
# using a SVR4-based startup mechanism/file system layout
#
-SQUID_RC = squid.rc
+SQUID_RC = $(top_srcdir)/tools/sysvinit/squid.rc
SQUID_OPTIONS = squid.options
EXTRA_DIST = \
squid.options \
config.site \
- squid.rc \
user-agents.pl \
url-normalizer.pl \
nextstep/Makefile \
## we need our local files too (but avoid -I. at all costs)
AM_CPPFLAGS += -I$(srcdir)
-SUBDIRS = helper-mux purge squidclient
+SUBDIRS = helper-mux purge squidclient sysvinit
EXTRA_DIST =
man_MANS =
DISTCLEANFILES =
--- /dev/null
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
+
+AUTOMAKE_OPTIONS = subdir-objects
+
+EXTRA_DIST = squid.rc
-#!/sbin/sh
+#!/bin/sh
+#
+## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+##
+## Squid software is distributed under GPLv2+ license and includes
+## contributions from numerous individuals and organizations.
+## Please see the COPYING and CONTRIBUTORS files for details.
+##
# Squid Internet Object Cache startup
-# AUTHOR: Markus Gyger
+# AUTHOR: Markus Gyger <mgyger@itr.ch>
# This is squid's startup file /sbin/init.d/squid or /etc/init.d/squid