2006-06-09 22:19:01 by steve
Minor fixups and comment changes.
This commit is contained in:
parent
4fbc847dc4
commit
cd342ef358
@ -19,7 +19,7 @@ use File::Copy;
|
||||
|
||||
my $prefix = shift;
|
||||
|
||||
die "Prefix must be given" unless defined( $prefix );
|
||||
die "Prefix must be given" unless defined( $prefix );
|
||||
die "Prefix must be a directory" unless ( -d $prefix );
|
||||
|
||||
|
||||
|
||||
@ -1,8 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# This script installs OpenSSH upon the new system. It must make sure
|
||||
# that the server is not running before it exits - otherwise the temporary
|
||||
# mounted directory will not be unmountable.
|
||||
# This script installs OpenSSH upon the new system.
|
||||
#
|
||||
# It must make sure that the server is not running before it exits
|
||||
# otherwise the temporary mounted directory will not be unmountable.
|
||||
#
|
||||
# Steve
|
||||
# --
|
||||
|
||||
@ -13,7 +13,6 @@
|
||||
|
||||
|
||||
prefix=$1
|
||||
dist=$2
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user