OpenSolaris

Printable Version Enter a New Search
Bug ID 6581196
Synopsis many ksh scripts in the DTrace test suite use incorrect SCCS ID string
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:dtest
Keywords dtest | keyword | sccs
Responsible Engineer Jonathan Haslam
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_73
Fixed In snv_73
Release Fixed solaris_nevada(snv_73)
Related Bugs
Submit Date 16-July-2007
Last Update Date 19-October-2007
Description
A bunch of ksh scripts in the DTrace test suite have an incorrect SCCS ID string.The correct ID string for a ksh script is specified in usr/src/prototypes/prototype.ksh:

# ident "%Z%%M%	%I%	%E% SMI"

Many scripts use a string in the form of:

#pragma ident "%Z%%M%	%I%	%E% SMI"

Files which do this are:

./common/profile-n/tst.ufunc.ksh
./common/profile-n/tst.sym.ksh
./common/profile-n/tst.func.ksh
./common/profile-n/tst.umod.ksh
./common/profile-n/tst.mod.ksh
./common/profile-n/tst.usym.ksh
./common/usdt/tst.reeval.ksh
./common/usdt/tst.entryreturn.ksh
./common/funcs/err.copyoutbadaddr.ksh
./common/funcs/err.chillbadarg.ksh
./common/funcs/err.copyoutstrbadaddr.ksh
./common/safety/tst.violentdeath.ksh
./common/mib/tst.icmp.ksh
./common/mib/tst.tcp.ksh
./common/mib/tst.udp.ksh
./common/pid/tst.manypids.ksh
./common/proc/tst.execfail.ENOENT.ksh
./common/proc/tst.signal.ksh
./common/proc/tst.exitkilled.ksh
./common/proc/tst.execfail.ksh
./common/proc/tst.discard.ksh
./common/proc/tst.exec.ksh
./common/proc/tst.exitcore.ksh
./common/proc/tst.create.ksh
./common/proc/tst.exitexit.ksh
./common/proc/tst.startexit.ksh
./common/vars/tst.ucaller.ksh
Work Around
N/A
Comments
N/A