aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/logins
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/logins')
-rw-r--r--usr.bin/logins/Makefile2
-rw-r--r--usr.bin/logins/logins.12
-rw-r--r--usr.bin/logins/logins.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/logins/Makefile b/usr.bin/logins/Makefile
index 42840fb28b9c..2065dd242b0b 100644
--- a/usr.bin/logins/Makefile
+++ b/usr.bin/logins/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/logins/Makefile,v 1.1 2004/03/06 21:57:29 des Exp $
PROG= logins
WARNS?= 6
diff --git a/usr.bin/logins/logins.1 b/usr.bin/logins/logins.1
index fcd12b309b0d..c62d5e144f8b 100644
--- a/usr.bin/logins/logins.1
+++ b/usr.bin/logins/logins.1
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/logins/logins.1,v 1.2 2004/03/06 23:36:41 des Exp $
.\"
.Dd March 6, 2004
.Dt LOGINS 1
diff --git a/usr.bin/logins/logins.c b/usr.bin/logins/logins.c
index abf342e63219..bde8beb2c1d9 100644
--- a/usr.bin/logins/logins.c
+++ b/usr.bin/logins/logins.c
@@ -25,11 +25,11 @@
* (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/logins/logins.c,v 1.1 2004/03/06 21:57:29 des Exp $
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/logins/logins.c,v 1.1 2004/03/06 21:57:29 des Exp $");
#include <err.h>
#include <grp.h>