jlec 14/10/09 13:43:41 Added: unscd.initd-r1 Log: sys-apps/unscd: Streamline init script, bump EAPI (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.1 sys-apps/unscd/files/unscd.initd-r1 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd.initd-r1?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/unscd/files/unscd.initd-r1?rev=1.1&content-type=text/plain Index: unscd.initd-r1 =================================================================== #!/sbin/runscript # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/files/unscd.initd-r1,v 1.1 2014/10/09 13:43:41 jlec Exp $ name="Name Service Cache Daemon (unscd)" command="/usr/sbin/unscd" pidfile="/run/nscd/nscd.pid" depend() { use dns ldap net slapd } start_pre() { checkpath -d --quiet --mode 755 /run/nscd }
