From 3b67cdc62b0f2d9b3d0fcccf758652da155d62b9 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 14 Jul 2014 09:42:50 +0000 Subject: [PATCH] Consistency. --- etc/examples/rc.local | 4 ++-- etc/examples/rc.shutdown | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/etc/examples/rc.local b/etc/examples/rc.local index 5da81e278e7..a0978bbec0d 100644 --- a/etc/examples/rc.local +++ b/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/etc/examples/rc.shutdown b/etc/examples/rc.shutdown index fb615f89423..495cbc78943 100644 --- a/etc/examples/rc.shutdown +++ b/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. -# -- 2.20.1