Browse Source

Plan 9 from Bell Labs 2008-01-16

David du Colombier 16 years ago
parent
commit
5f2e7d8c66

+ 2 - 2
dist/replica/_plan9.db

@@ -5840,7 +5840,7 @@ sys/games - 20000000775 sys sys 1117225532 0
 sys/games/lib - 20000000775 sys sys 1165337608 0
 sys/games/lib/4scores - 10000000666 sys sys 1118680448 0
 sys/games/lib/5scores - 10000000666 sys sys 1118680453 0
-sys/games/lib/fortunes - 664 sys sys 1197673161 267929
+sys/games/lib/fortunes - 664 sys sys 1200437226 268083
 sys/games/lib/mahjongg - 20000000775 sys sys 1095792278 0
 sys/games/lib/mahjongg/backgrounds - 20000000775 sys sys 1095792293 0
 sys/games/lib/mahjongg/backgrounds/default.bit - 664 sys sys 1095792293 346803
@@ -6233,7 +6233,7 @@ sys/lib/dist/pc/glenda/tmp - 20000000775 sys sys 1020895855 0
 sys/lib/dist/pc/inst - 20000000775 sys sys 1112535189 0
 sys/lib/dist/pc/inst/bootfloppy - 775 sys sys 1112361036 903
 sys/lib/dist/pc/inst/bootplan9 - 775 sys sys 1113252317 1574
-sys/lib/dist/pc/inst/bootsetup - 775 sys sys 1199896403 3638
+sys/lib/dist/pc/inst/bootsetup - 775 sys sys 1200416156 3638
 sys/lib/dist/pc/inst/bootwin9x - 775 sys sys 1112361037 2527
 sys/lib/dist/pc/inst/bootwinnt - 775 sys sys 1019240165 1041
 sys/lib/dist/pc/inst/configarch - 775 sys sys 1018640312 636

+ 2 - 2
dist/replica/plan9.db

@@ -5840,7 +5840,7 @@ sys/games - 20000000775 sys sys 1117225532 0
 sys/games/lib - 20000000775 sys sys 1165337608 0
 sys/games/lib/4scores - 10000000666 sys sys 1118680448 0
 sys/games/lib/5scores - 10000000666 sys sys 1118680453 0
-sys/games/lib/fortunes - 664 sys sys 1197673161 267929
+sys/games/lib/fortunes - 664 sys sys 1200437226 268083
 sys/games/lib/mahjongg - 20000000775 sys sys 1095792278 0
 sys/games/lib/mahjongg/backgrounds - 20000000775 sys sys 1095792293 0
 sys/games/lib/mahjongg/backgrounds/default.bit - 664 sys sys 1095792293 346803
@@ -6233,7 +6233,7 @@ sys/lib/dist/pc/glenda/tmp - 20000000775 sys sys 1020895855 0
 sys/lib/dist/pc/inst - 20000000775 sys sys 1112535189 0
 sys/lib/dist/pc/inst/bootfloppy - 775 sys sys 1112361036 903
 sys/lib/dist/pc/inst/bootplan9 - 775 sys sys 1113252317 1574
-sys/lib/dist/pc/inst/bootsetup - 775 sys sys 1199896403 3638
+sys/lib/dist/pc/inst/bootsetup - 775 sys sys 1200416156 3638
 sys/lib/dist/pc/inst/bootwin9x - 775 sys sys 1112361037 2527
 sys/lib/dist/pc/inst/bootwinnt - 775 sys sys 1019240165 1041
 sys/lib/dist/pc/inst/configarch - 775 sys sys 1018640312 636

+ 2 - 0
dist/replica/plan9.log

@@ -18316,3 +18316,5 @@
 1200342605 0 c sys/src/9/pc/ether82563.c - 664 sys sys 1200342471 37076
 1200349803 0 c sys/src/9/pc/sdiahci.c - 664 sys sys 1200348596 38496
 1200349803 1 c sys/src/boot/pc/sdiahci.c - 664 sys sys 1200349145 28259
+1200416404 0 c sys/lib/dist/pc/inst/bootsetup - 775 sys sys 1200416156 3638
+1200438005 0 c sys/games/lib/fortunes - 664 sys sys 1200437226 268083

+ 2 - 0
sys/games/lib/fortunes

@@ -4209,3 +4209,5 @@ SIP is the Linux of telephony. - Sape
 There was an error during the CUPS operation: 'client-error-not-possible'.
 The following recipient(s) could not be reached: OpenView Service Desk on 11/7/2007 4:24 PM  The message could not be delivered because the recipient's mailbox is full.  - automated response to mail complaining that limits on mailbox size are too low
 Dear Valued Customer #88143191!
+rusty: kernel pseudo files are not the place for chit-chat
+I define UNIX as ``30 definitions of regular expressions living under one roof.''  - Don Knuth

+ 2 - 2
sys/lib/dist/pc/inst/bootsetup

@@ -37,8 +37,8 @@ case go
 			}
 			# sort -u avoids dups which could otherwise trigger
 			# pointless boot menus.
-			grep -v '(^\[)|menuitem|adisk|bootfile|bootdisk|bootargs|nobootprompt|mouseport|vgasize|monitor|cdboot' |
-				sort -u /tmp/plan9.orig
+			grep -v '(^\[)|menuitem|adisk|bootfile|bootdisk|bootargs|nobootprompt|mouseport|vgasize|monitor|cdboot' /tmp/plan9.orig |
+				sort -u
 			echo 'mouseport='^$mouseport
 			echo 'monitor='^$monitor
 			echo 'vgasize='^$vgasize