diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-11-04 19:12:42 +0000 |
| commit | 3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch) | |
| tree | 4114cadb7556687c77484c7507ab5f541eb9b1ca /usr.sbin/burncd | |
| parent | f8d4987d7271c1003cce92715022709505f995c7 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'.
This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'usr.sbin/burncd')
| -rw-r--r-- | usr.sbin/burncd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/burncd/burncd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/burncd/burncd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/burncd/Makefile b/usr.sbin/burncd/Makefile index 6f032737e927..7d235c8d9f84 100644 --- a/usr.sbin/burncd/Makefile +++ b/usr.sbin/burncd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/burncd/Makefile,v 1.8 2002/12/30 10:57:41 obrien Exp $ PROG= burncd MAN= burncd.8 diff --git a/usr.sbin/burncd/burncd.8 b/usr.sbin/burncd/burncd.8 index 44bec39f04c4..271e8b18a981 100644 --- a/usr.sbin/burncd/burncd.8 +++ b/usr.sbin/burncd/burncd.8 @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/burncd/burncd.8,v 1.32 2004/07/16 08:53:25 keramida Exp $ .\" .Dd October 18, 2002 .Os diff --git a/usr.sbin/burncd/burncd.c b/usr.sbin/burncd/burncd.c index 500f0705e840..ca7460e65e16 100644 --- a/usr.sbin/burncd/burncd.c +++ b/usr.sbin/burncd/burncd.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/usr.sbin/burncd/burncd.c,v 1.39 2004/03/05 08:10:19 markm Exp $ */ #include <unistd.h> |
