Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi install,1.1.2.6,1.1.2.7: msg#00088
|
Subject: |
[SSI] openssi install,1.1.2.6,1.1.2.7 |
Update of /cvsroot/ssic-linux/openssi
In directory sc8-pr-cvs1:/tmp/cvs-serv3578
Modified Files:
Tag: OPENSSI-RH
install
Log Message:
Clean up a "shellism"
Index: install
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/Attic/install,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** install 15 Nov 2003 03:48:19 -0000 1.1.2.6
--- install 17 Nov 2003 23:16:13 -0000 1.1.2.7
***************
*** 88,93 ****
my @install;
foreach (@pkgs) {
! my $path = `ls --color=no RPMS/$_*.rpm 2>/dev/null |
! sort -u | tail -1`;
die "Missing package: $_\n"
unless $path;
--- 88,92 ----
my @install;
foreach (@pkgs) {
! my $path = @{[ glob("RPMS/$_\*.rpm") ]}[0];
die "Missing package: $_\n"
unless $path;
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
|
| |