From 60cf083fe4b5836ac8439e010ff1c3a4e58041be Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Mon, 14 Jul 2014 09:42:50 +0000 Subject: [PATCH] Consistency. --- src/etc/examples/rc.local | 4 ++-- src/etc/examples/rc.shutdown | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/etc/examples/rc.local b/src/etc/examples/rc.local index 5da81e27..a0978bbe 100644 --- a/src/etc/examples/rc.local +++ b/src/etc/examples/rc.local @@ -1,5 +1,5 @@ -# $OpenBSD: rc.local,v 1.1 2014/07/14 09:04:02 deraadt Exp $ - +# $OpenBSD: rc.local,v 1.2 2014/07/14 09:42:50 ajacoutot Exp $ +# # Site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions # which should be done BEFORE your system has gone into securemode diff --git a/src/etc/examples/rc.shutdown b/src/etc/examples/rc.shutdown index fb615f89..495cbc78 100644 --- a/src/etc/examples/rc.shutdown +++ b/src/etc/examples/rc.shutdown @@ -1,6 +1,5 @@ -# $OpenBSD: rc.shutdown,v 1.1 2014/07/14 09:04:02 deraadt Exp $ +# $OpenBSD: rc.shutdown,v 1.2 2014/07/14 09:42:50 ajacoutot Exp $ # # If it exists, this script is run at system-shutdown by reboot(8), # halt(8). If the architecture supports keyboard requested halting, # it is also run by init(8) when such an event happens. -#