1
0
mirror of synced 2026-01-19 01:07:28 +00:00

2006-06-09 22:19:01 by steve

Minor fixups and comment changes.
This commit is contained in:
steve 2006-06-09 22:19:01 +00:00
parent 4fbc847dc4
commit cd342ef358
3 changed files with 5 additions and 5 deletions

View File

@ -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 );

View File

@ -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
# --

View File

@ -13,7 +13,6 @@
prefix=$1
dist=$2