Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37757778
en ru br
ALT Linux repositórios
S:4.3.30-alt2

Group :: Monitoramento
RPM: xymon

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: xymon.shellinclude.patch
Download


# Make "source" and "." aliases for "include" so that the shell can pre-stage
# some simply xymon environment config files. Note that there's no easy solution
# for emulating the "directory" directive here, but hopefully/typically that's
# only used in tasks.cfg type files and hosts.cfg files... not xymonserver.cfg or clientlaunch.cfg
# 
--- lib/stackio.c.shellinclude	2011-07-31 14:01:52.000000000 -0700
+++ lib/stackio.c	2012-06-21 15:04:44.571159992 -0700
@@ -422 +422 @@
-		if ( (strncmp(bufpastwhitespace, "include ", 8) == 0) || (strncmp(bufpastwhitespace, "include\t", 8) == 0) ||
+		if ( (strncmp(bufpastwhitespace, "include ", 8) == 0) || (strncmp(bufpastwhitespace, "include\t", 8) == 0) || (strncmp(bufpastwhitespace, "source", 6) == 0) || (strncmp(bufpastwhitespace, ". ", 2) == 0) || (strncmp(bufpastwhitespace, ".	", 2) == 0) ||
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009