summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/gen_local_rsa_key.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_local_rsa_key.pl b/scripts/gen_local_rsa_key.pl
index 54d1e68..2be6b2a 100755
--- a/scripts/gen_local_rsa_key.pl
+++ b/scripts/gen_local_rsa_key.pl
@@ -85,7 +85,7 @@ if (-r $local_key_file) {
}
}
-$cmd = "/usr/sbin/ipsec newhostkey --output $local_key_file --bits $bits";
+$cmd = "/usr/lib/ipsec/newhostkey --output $local_key_file --bits $bits";
#
# The default random number generator is /dev/random, but it will block
# if there isn't enough system activity to provide enough "good" random