diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | efabb9ccb197b05958967dd035c279ba3bc19cb0 (patch) | |
tree | 2aca709a2adc99fd79e8420c6abe78733949e203 /usr.sbin/boot0cfg | |
parent | 06c04c899d1871a26f60711cdbb0ea16e85dfdc7 (diff) | |
download | FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.zip FreeBSD-src-efabb9ccb197b05958967dd035c279ba3bc19cb0.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r-- | usr.sbin/boot0cfg/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.8 | 2 | ||||
-rw-r--r-- | usr.sbin/boot0cfg/boot0cfg.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile index 6f965e3..81189f3 100644 --- a/usr.sbin/boot0cfg/Makefile +++ b/usr.sbin/boot0cfg/Makefile @@ -1,4 +1,4 @@ -# $Id: $ +# $FreeBSD$ PROG= boot0cfg MAN8= boot0cfg.8 diff --git a/usr.sbin/boot0cfg/boot0cfg.8 b/usr.sbin/boot0cfg/boot0cfg.8 index bdeb482..a56356a 100644 --- a/usr.sbin/boot0cfg/boot0cfg.8 +++ b/usr.sbin/boot0cfg/boot0cfg.8 @@ -22,7 +22,7 @@ .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: boot0cfg.8,v 1.3 1999/02/26 14:57:17 rnordier Exp $ +.\" $FreeBSD$ .\" .Dd February 21, 1999 .Dt BOOT0CFG 8 diff --git a/usr.sbin/boot0cfg/boot0cfg.c b/usr.sbin/boot0cfg/boot0cfg.c index fd87786..e755ef9 100644 --- a/usr.sbin/boot0cfg/boot0cfg.c +++ b/usr.sbin/boot0cfg/boot0cfg.c @@ -26,7 +26,7 @@ #ifndef lint static const char rcsid[] = - "$Id: boot0cfg.c,v 1.5 1999/06/21 14:40:59 rnordier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/param.h> |