=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.320 retrieving revision 1.321 diff -c -r1.320 -r1.321 *** src/etc/rc 2008/11/27 00:52:06 1.320 --- src/etc/rc 2008/12/11 15:44:00 1.321 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.320 2008/11/27 00:52:06 uwe Exp $ # System startup script run by init on autoboot # or after single-user. --- 1,4 ---- ! # $OpenBSD: rc,v 1.321 2008/12/11 15:44:00 naddy Exp $ # System startup script run by init on autoboot # or after single-user. *************** *** 594,600 **** if [ ! -f /etc/isakmpd/private/local.key ]; then echo -n "openssl: generating new isakmpd RSA key... " ! if /usr/sbin/openssl genrsa -out /etc/isakmpd/private/local.key 1024 \ > /dev/null 2>&1; then chmod 600 /etc/isakmpd/private/local.key openssl rsa -out /etc/isakmpd/local.pub \ --- 594,600 ---- if [ ! -f /etc/isakmpd/private/local.key ]; then echo -n "openssl: generating new isakmpd RSA key... " ! if /usr/sbin/openssl genrsa -out /etc/isakmpd/private/local.key 2048 \ > /dev/null 2>&1; then chmod 600 /etc/isakmpd/private/local.key openssl rsa -out /etc/isakmpd/local.pub \