mirror of
https://github.com/paulusmack/ppp.git
synced 2025-01-25 05:43:36 +08:00
removed redundant messages
This commit is contained in:
parent
34b4094adb
commit
3a3fd3cfbb
@ -48,7 +48,7 @@ fi
|
||||
# introduced in 1.0.1
|
||||
if [ `egrep '^VERSION|^PATCHLEVEL|^SUBLEVEL' $LINUXMK | wc -l` -ne 3 ]; then
|
||||
echo You appear to have a very old kernel. You must upgrade.
|
||||
echo It is recommended that you upgrade to the most recent 1.2.X kernel.
|
||||
echo It is recommended that you upgrade to the most recent 2.0.x kernel.
|
||||
exit 1
|
||||
fi
|
||||
|
||||
@ -69,22 +69,6 @@ if [ $VERSION -lt 2 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Installing into kernel version $KERNEL in $LINUXSRC
|
||||
echo
|
||||
|
||||
echo "Notice to the user:"
|
||||
echo
|
||||
echo "It is perfectly legal for this script to run without making any changes"
|
||||
echo "to your system. This only means that the system currently contains the"
|
||||
echo "necessary changes to support this package. Please do not attempt to"
|
||||
echo "force this script to replace any file or make any patch. If you do so"
|
||||
echo "then it is probable that you are actually putting older, buggier, code"
|
||||
echo "over newer, fixed, code. Thank you."
|
||||
echo
|
||||
echo Installing into kernel version $KERNEL in $LINUXSRC
|
||||
echo
|
||||
|
||||
#
|
||||
# convenience function to exit if the last command failed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user