diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /usr.bin/at | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'usr.bin/at')
| -rw-r--r-- | usr.bin/at/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.h | 2 | ||||
| -rw-r--r-- | usr.bin/at/at.man | 2 | ||||
| -rw-r--r-- | usr.bin/at/panic.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/panic.h | 2 | ||||
| -rw-r--r-- | usr.bin/at/parsetime.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/perm.c | 2 | ||||
| -rw-r--r-- | usr.bin/at/perm.h | 2 | ||||
| -rw-r--r-- | usr.bin/at/privs.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile index 47d2574e7f5c..5236ec0dcf47 100644 --- a/usr.bin/at/Makefile +++ b/usr.bin/at/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.bin/at/Makefile,v 1.15.30.1 2008/10/02 02:57:24 kensmith Exp $ .include "${.CURDIR}/Makefile.inc" diff --git a/usr.bin/at/at.c b/usr.bin/at/at.c index 3eb3e740f7e4..5de62bbddc0f 100644 --- a/usr.bin/at/at.c +++ b/usr.bin/at/at.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/at.c,v 1.29.26.1 2008/10/02 02:57:24 kensmith Exp $"); #define _USE_BSD 1 diff --git a/usr.bin/at/at.h b/usr.bin/at/at.h index 3d72bbbdbbd4..55da1c2ca055 100644 --- a/usr.bin/at/at.h +++ b/usr.bin/at/at.h @@ -22,7 +22,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.bin/at/at.h,v 1.5.30.1 2008/10/02 02:57:24 kensmith Exp $ */ extern int fcreated; diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index bca1051793f5..7bdd565e8772 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.bin/at/at.man,v 1.35.16.1 2008/10/02 02:57:24 kensmith Exp $ .Dd January 13, 2002 .Dt "AT" 1 .Os diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c index ef5265b4c1d2..bba3d559af53 100644 --- a/usr.bin/at/panic.c +++ b/usr.bin/at/panic.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/panic.c,v 1.17.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/panic.h b/usr.bin/at/panic.h index 832de83a7d98..78d7f4e52d95 100644 --- a/usr.bin/at/panic.h +++ b/usr.bin/at/panic.h @@ -22,7 +22,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.bin/at/panic.h,v 1.6.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/usr.bin/at/parsetime.c b/usr.bin/at/parsetime.c index 4590ad120448..c32452321c20 100644 --- a/usr.bin/at/parsetime.c +++ b/usr.bin/at/parsetime.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/parsetime.c,v 1.25.26.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.c b/usr.bin/at/perm.c index 91176b471249..fa8d03470db6 100644 --- a/usr.bin/at/perm.c +++ b/usr.bin/at/perm.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/at/perm.c,v 1.13.30.1 2008/10/02 02:57:24 kensmith Exp $"); /* System Headers */ diff --git a/usr.bin/at/perm.h b/usr.bin/at/perm.h index b55b5fb786a7..a9c69ebf6748 100644 --- a/usr.bin/at/perm.h +++ b/usr.bin/at/perm.h @@ -22,7 +22,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.bin/at/perm.h,v 1.4.30.1 2008/10/02 02:57:24 kensmith Exp $ */ int check_permission(void); diff --git a/usr.bin/at/privs.h b/usr.bin/at/privs.h index 50dd6b108af4..2763d7ec8f41 100644 --- a/usr.bin/at/privs.h +++ b/usr.bin/at/privs.h @@ -22,7 +22,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.bin/at/privs.h,v 1.8.30.1 2008/10/02 02:57:24 kensmith Exp $ */ #ifndef _PRIVS_H |
