From 0c8bea21524c22856fdb8528298b43d6fb20451d Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 27 Jul 2011 11:02:23 -0500 Subject: Improve processing of service directories and conf.d files symbolic links should not be followed in an attempt to work out the name of the service we are running. Also, @sysconfdir@/conf.d should be tried as a backup directory for configuration files. I would like to thank Robin Johnson for his input on this change. X-Gentoo-Bug: 350910 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=350910 --- man/runscript.8 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'man/runscript.8') diff --git a/man/runscript.8 b/man/runscript.8 index 253b349c..bf06d7bc 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -462,12 +462,6 @@ show() .Ed .Sh BUGS -Because of the way we load our configuration files and the need to handle -more than one service directory, you can only use symlinks in service -directories to other services in the same directory. -You cannot symlink to a service in a different directory even if it is -another service directory. -.Pp is_older_than should return 0 on success. Instead we return 1 to be compliant with Gentoo baselayout. Users are encouraged to use the is_newer_than function which returns correctly. -- cgit v1.2.3