1
0
mirror of synced 2026-04-26 20:36:26 +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

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