biti prepravljen u 'No'. Dakle, xinetd vise NECE citati servise
konfigurirane u /etc/inetd.conf datoteci.
-Ukoliko zelite dodati novi servis ili konfigurirati vec postojece,
+Ako zelite dodati novi servis ili konfigurirati vec postojece,
konfiguracija se nalazi u vec spomenutom /etc/xinetd.d/
direktoriju. Takva konfiguracija ima prednost nad onom iz
/etc/inetd.conf.
- -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Tue, 13 Aug 2013 12:33:58 +0200
+ -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Sat, 27 Feb 2016 20:00:54 +0100
+xinetd-cn (2:2.3.15+1) stable; urgency=low
+
+ * Prva inacica paketa za Debian jessie distribuciju.
+ * Azurirane ovisnosti unutar debian/control.
+ * Izmjene unutar datoteke debian/postinst - koristi service za ponovno
+ pokretanje xinetd.
+ * Azurirane datoteke README.CARNet, debian/copyright i debian/compat.
+ * Dodana datoteka debian/dirs.
+
+ -- Dragan Dosen <Dragan.Dosen@CARNet.hr> Sat, 27 Feb 2016 20:04:16 +0100
+
xinetd-cn (1:2.3.14+4) stable; urgency=low
* Prva inacica paketa za Debian wheezy distribuciju.
Source: xinetd-cn
Section: net
-Priority: optional
+Priority: extra
Maintainer: Dragan Dosen <Dragan.Dosen@CARNet.hr>
-Build-Depends: debhelper (>= 8.0.0)
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>> 9)
+Standards-Version: 3.9.4
+Homepage: http://www.xinetd.org
Package: xinetd-cn
Architecture: all
-Depends: xinetd (>= 1:2.3.14-7.1), coreutils (>= 8.13-3.5), debianutils (>= 4.3.2), carnet-tools-cn (>= 3.0.4), ${misc:Depends}
+Depends: xinetd (>= 1:2.3.15-3), coreutils (>= 8.23-4), debianutils (>= 4.4), carnet-tools-cn (>= 3.1.0), ${misc:Depends}
Description: replacement for inetd with many enhancements
xinetd has access control mechanisms, extensive logging capabilities,
the ability to make services available based on time, and can place
running on the same port, but different interfaces.
.
This is a basic CARNet Debian customization package.
-Homepage: http://www.xinetd.org
-Copyright 2013 CARNet
+Copyright 2003-2016 CARNet
You are free to distribute this software package under the terms of the
GNU General Public License.
--- /dev/null
+/etc/default
+/etc/xinetd.d
# Restart xinetd if needed
#
if [ $need_restart -eq 1 ]; then
- if [ -x "/etc/init.d/xinetd" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d xinetd restart || exit $?
- else
- /etc/init.d/xinetd restart || exit $?
- fi
- fi
+ service xinetd restart || exit $?
fi
# Mail root