linamh/net-misc/nxserver/files/nxserver-3.3.0-dontupdatekeys.patch

12 lines
333 B
Diff
Raw Normal View History

--- scripts/setup/nxserver.orig 2008-11-24 10:24:26.000000000 +0100
+++ scripts/setup/nxserver 2008-11-24 10:27:38.000000000 +0100
@@ -3149,8 +3149,6 @@
# addNXinit
startNXStat
- updateAutorizedKey
-
checkStr=`$NXSHELL --upgradecheck 2>&1`
result=`echo "$checkStr" | grep -c "expired" 2>&1`
if [ "$result" != "0" ];