Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37563695
en ru br
ALT Linux repos
S:2.5.0-alt1
5.0: 2.4.4-alt11
4.1: 2.4.4-alt10.M41.1
4.0: 2.4.4-alt10
+updates:2.4.4-alt10
3.0: 2.4.2-alt6
+updates:2.4.2-alt6.M30.1

Group :: Networking/Other
RPM: ppp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ppp-2.4.2-smpppd.diff
Download


--- pppd/main.c
+++ pppd/main.c
@@ -1808,8 +1808,8 @@
     if (WIFSIGNALED(status)) {
         warn("Child process %s (pid %d) terminated with signal %d",
 	     (chp? chp->prog: "??"), pid, WTERMSIG(status));
-    } else if (debug)
-        dbglog("Script %s finished (pid %d), status = 0x%x",
+    } else
+        info("Script %s finished (pid %d), status = 0x%x",
 	       (chp? chp->prog: "??"), pid,
 	       WIFEXITED(status) ? WEXITSTATUS(status) : status);
     if (chp && chp->done)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin