T.R | Title | User | Personal Name | Date | Lines |
---|
2191.1 | Problems checking in a .msg file | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue May 07 1996 11:34 | 19 |
| Date Of Receipt: 3-MAY-1996 11:43:22.79
From: WASTED::"[email protected]" "03-May-1996 1117"
To: [email protected]
CC:
Subj: Problems checking in a .msg file
In the steel pool
when I bci usr/sbin/quota.msg
it inserts "BIN" in the front of every line of log
Then this causes build problems. I've edited the .msg file to
produce a healthy _msg.h and see that the build is successful,
but can't bci in a way that avoids this BIN insertion.
Help
thanks
(I'll be out of the office 5/6 thru 5/10)
Charlie Katz
|
2191.2 | Re: Problems checking in a .msg file | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue May 07 1996 11:35 | 42 |
| Date Of Receipt: 3-MAY-1996 11:51:50.70
From: WASTED::"[email protected]" "03-May-1996 1145"
To: [email protected]
CC: [email protected]
Subj: Re: Problems checking in a .msg file
You need to change the default comment leader in RCS. From
/usr/sde/osf1/headers/header.msg, it looks to be:
$
$ @DEC_COPYRIGHT@
$
$ HISTORY
$ $Log:$
$ $EndLog$
$
$ @(#)$RCSfile$ $Revision$ (DEC) $Date$
$
so if you do a bcs -c"$ " quota.msg
It'll change BIN to that.
-Grant
| In the steel pool
| when I bci usr/sbin/quota.msg
| it inserts "BIN" in the front of every line of log
| Then this causes build problems. I've edited the .msg file to
| produce a healthy _msg.h and see that the build is successful,
| but can't bci in a way that avoids this BIN insertion.
|
| Help
|
| thanks
| (I'll be out of the office 5/6 thru 5/10)
| Charlie Katz
|
2191.3 | Re: Problems checking in a .msg file | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue May 07 1996 11:35 | 31 |
| Date Of Receipt: 3-MAY-1996 11:55:45.97
From: WASTED::johnf "John Flanagan USG Test Johnf Tools Group 03-May-1996 1149"
To: [email protected]
CC: [email protected]
Subj: Re: Problems checking in a .msg file
You'll need to change the comment leader on it. Apparently the .msg extension
is not known to ode, so it just defaults to bin. You'll need to do a:
bcs -c"$ " quota.msg
or whatever you feel the comment leader should be. Once that's done, you'll
need to prepend a header from /usr/sde/osf1/headers [such as header.msg]
John
--
______________________________________________________________________
John Flanagan enet: [email protected]
MS: ZKO3-3/W20 decnet: flume::johnf
USG Release Management (603) 881-1719
110 Spitbrook Road (DTN) 381-1719
Nashua, NH
______________________________________________________________________
|
2191.4 | Re: Problems checking in a .msg file | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Tue May 07 1996 11:38 | 19 |
| Date Of Receipt: 3-MAY-1996 12:51:19.08
From: ALPHA::"[email protected]" "Joshua M. Friedman OSF/UNIX SDE 03-May-1996 1244"
To: [email protected]
CC: [email protected]
Subj: Re: Problems checking in a .msg file
ODE does know about .msg files for new bcreates: you can copy the
header from
/usr/sde/osf1/headers/header.msg
and do the bcs -c"$ " file
that John and Grant pointed out.
This file may have been created long ago before this was added (?).
-josh
|