Loading sld/trunk/Makefile.am +17 −0 Original line number Diff line number Diff line # This file is part of SLD. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLD is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # SLD is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with SLD; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA bin_PROGRAMS= sld sld_SOURCES= src/sld.hh \ Loading sld/trunk/configure.ac +17 −0 Original line number Diff line number Diff line # This file is part of SLD. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLD is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # SLD is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with SLD; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Require a recent version of autotools AC_PREREQ(2.59) Loading sld/trunk/src/daemon.cc +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdlib.h> #include <errno.h> #include <string.h> Loading sld/trunk/src/daemon.hh +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DAEMON_HH # define DAEMON_HH Loading sld/trunk/src/error.cc +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "error.hh" #include "log.hh" Loading Loading
sld/trunk/Makefile.am +17 −0 Original line number Diff line number Diff line # This file is part of SLD. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLD is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # SLD is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with SLD; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA bin_PROGRAMS= sld sld_SOURCES= src/sld.hh \ Loading
sld/trunk/configure.ac +17 −0 Original line number Diff line number Diff line # This file is part of SLD. # Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> # SLD is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # SLD is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with SLD; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Require a recent version of autotools AC_PREREQ(2.59) Loading
sld/trunk/src/daemon.cc +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <stdlib.h> #include <errno.h> #include <string.h> Loading
sld/trunk/src/daemon.hh +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef DAEMON_HH # define DAEMON_HH Loading
sld/trunk/src/error.cc +19 −0 Original line number Diff line number Diff line /* This file is part of SLD. Copyright (C) 2008 Sebastien LUTTRINGER <contact@seblu.net> SLD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. SLD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with SLD; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include "error.hh" #include "log.hh" Loading