|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: R T
Length: 672 (0x2a0) Types: TextFile Names: »README.sgi«
└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen └─⟦3da311d67⟧ »./cops/1.04/cops_104.tar.Z« └─⟦6a2577110⟧ └─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen └─⟦6a2577110⟧ »./cops/1.04/cops_104.tar« └─⟦this⟧ »cops_104/perl/README.sgi«
Here's a rumored way (courtesy of Mac Allen jma21624@usav01.glaxo.com) of fixing problems with SGI machines and perl... you might give this a shot if you're having troubles -- the mysteries of perl, and all that. -- dan ================================================= Subject: Kuang Un-Hang I just figured out one way of fixing the kuang hang: #!/usr/bin/perl $x= `./kuang.pl`; print $x; I originally did this as a way of running shell scripts I wrote to extend COPS with custom stuff, like sulog.chk, login.chk, etc. The original kuang perl script is in kuang.pl now, and it writes to the report when run from cops.cf. - Mac Allen jma21624@usav01.glaxo.com