summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/exec.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-06-01 19:08:59 +0000
committerbrian <brian@FreeBSD.org>1999-06-01 19:08:59 +0000
commit25a14e6be5af8cb85e20ece06d1f1a51ca0f8633 (patch)
treedc1cb9952f54d949b98c6e8f205903ac14ba8bbd /usr.sbin/ppp/exec.c
parent562681fec0867c961d9c9aaf1465f0a2c8038829 (diff)
downloadFreeBSD-src-25a14e6be5af8cb85e20ece06d1f1a51ca0f8633.zip
FreeBSD-src-25a14e6be5af8cb85e20ece06d1f1a51ca0f8633.tar.gz
Increase the length of an individual device name to LINE_LEN.
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
Diffstat (limited to 'usr.sbin/ppp/exec.c')
-rw-r--r--usr.sbin/ppp/exec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c
index 4f6bcc7b..93f7fe0 100644
--- a/usr.sbin/ppp/exec.c
+++ b/usr.sbin/ppp/exec.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: exec.c,v 1.2 1999/05/12 09:48:49 brian Exp $
+ * $Id: exec.c,v 1.3 1999/05/24 16:39:10 brian Exp $
*/
#include <sys/param.h>
@@ -151,6 +151,7 @@ exec_Create(struct physical *p)
dup2(fids[1], STDOUT_FILENO);
dup2(fids[1], STDERR_FILENO);
+ log_Printf(LogDEBUG, "Exec'ing ``%s''\n", p->name.base);
argc = MakeArgs(p->name.base, argv, VECSIZE(argv));
command_Expand(argv, argc, (char const *const *)argv,
p->dl->bundle, 0);
OpenPOWER on IntegriCloud