mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
rc notes
This commit is contained in:
parent
69ab5d3d49
commit
2774920b35
2 changed files with 3 additions and 2 deletions
3
CHANGES
3
CHANGES
|
@ -4,7 +4,8 @@ March 26, 2004
|
||||||
|
|
||||||
Fix libdraw resize bug reported by Axel Belinfante.
|
Fix libdraw resize bug reported by Axel Belinfante.
|
||||||
|
|
||||||
|
Handle interrupts better in rc - don't kill background procs.
|
||||||
|
Reported by Sam.
|
||||||
|
|
||||||
|
|
||||||
March 25, 2004
|
March 25, 2004
|
||||||
|
|
2
rcmain
2
rcmain
|
@ -9,7 +9,7 @@ case 0
|
||||||
case 1
|
case 1
|
||||||
prompt=($prompt ' ')
|
prompt=($prompt ' ')
|
||||||
}
|
}
|
||||||
if(~ $rcname ?.out) prompt=('broken! ' ' ')
|
if(~ $rcname ?.out ?.rc */?.rc */?.out) prompt=('broken! ' ' ')
|
||||||
if(flag p) path=(/bin)
|
if(flag p) path=(/bin)
|
||||||
if not{
|
if not{
|
||||||
finit
|
finit
|
||||||
|
|
Loading…
Reference in a new issue