sms@wlv.imsd.contel.com (Steven M. Schultz) (08/02/89)
Subject: callout adb scripts fixed Index: lib/adb 2.10BSD Description: The scripts used by adb for printing the kernel callout table weren't ported to 2.10.1BSD Repeat-By: Look in /usr/lib/adb, note the lack of callout and callout.next. Fix: Unshar the following in /usr/lib/adb. Then remove the old 4.3BSD files /usr/lib/adb/PORT/callout* #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # callout # callout.next # This archive created: Tue Aug 1 22:16:01 1989 export PATH; PATH=/bin:/usr/bin:$PATH if test -f 'callout' then echo shar: "will not over-write existing file 'callout'" else sed 's/^X//' << \SHAR_EOF > 'callout' Xcalltodo/"time"5t"arg"8t"func"6+ X*+$<callout.next SHAR_EOF fi if test -f 'callout.next' then echo shar: "will not over-write existing file 'callout.next'" else sed 's/^X//' << \SHAR_EOF > 'callout.next' X./dpp X*+>l X,#<l$< X<l$<callout.next SHAR_EOF fi exit 0 # End of shell archive