diff options
author | 2015-10-21 11:28:02 +0000 | |
---|---|---|
committer | 2015-10-21 11:28:02 +0000 | |
commit | f666fdcf1ab3f5b337d699dc8daa550f445a224d (patch) | |
tree | 2045b17015a356bf403e26041a5b2640a4d2cc88 | |
parent | By popular demand add a default binding for mouse wheel up to scroll (diff) | |
download | wireguard-openbsd-f666fdcf1ab3f5b337d699dc8daa550f445a224d.tar.xz wireguard-openbsd-f666fdcf1ab3f5b337d699dc8daa550f445a224d.zip |
add missing rcsid
ok renato@
-rw-r--r-- | etc/rc.d/eigrpd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.d/eigrpd b/etc/rc.d/eigrpd index d93acf8e3ab..b0bbb1d5a81 100644 --- a/etc/rc.d/eigrpd +++ b/etc/rc.d/eigrpd @@ -1,4 +1,6 @@ #!/bin/sh +# +# $OpenBSD: eigrpd,v 1.2 2015/10/21 11:28:02 gsoares Exp $ daemon="/usr/sbin/eigrpd" |