forked from kyonshi/grenzland-mud
Fixed some props
This commit is contained in:
42
src/licheck
42
src/licheck
@@ -1,21 +1,21 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
CircleMUD is freeware (it doesn't cost anything), but it is copyrighted
|
CircleMUD is freeware (it doesn't cost anything), but it is copyrighted
|
||||||
and has a license. You must read and agree to abide by the license before
|
and has a license. You must read and agree to abide by the license before
|
||||||
using CircleMUD.
|
using CircleMUD.
|
||||||
|
|
||||||
This message will only appear once (the first time you compile the server),
|
This message will only appear once (the first time you compile the server),
|
||||||
but is contained in the file doc/license.txt if you'd like to refer back to
|
but is contained in the file doc/license.txt if you'd like to refer back to
|
||||||
it in the future.
|
it in the future.
|
||||||
|
|
||||||
Press return to read the license.
|
Press return to read the license.
|
||||||
EOF
|
EOF
|
||||||
read temp
|
read temp
|
||||||
cat ../doc/license.txt | $1
|
cat ../doc/license.txt | $1
|
||||||
echo
|
echo
|
||||||
echo Press return or Q to ACCEPT the terms of this license.
|
echo Press return or Q to ACCEPT the terms of this license.
|
||||||
echo Press Control-C if you DO NOT ACCEPT the terms of this license.
|
echo Press Control-C if you DO NOT ACCEPT the terms of this license.
|
||||||
read temp
|
read temp
|
||||||
touch .accepted
|
touch .accepted
|
||||||
|
|||||||
Reference in New Issue
Block a user