Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jun 2005 19:36:04 GMT
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 78272 for review
Message-ID:  <200506091936.j59Ja4tU057733@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=78272

Change 78272 by des@des.at.des.no on 2005/06/09 19:35:39

	Add $P4$ tags to files that didn't already have them.

Affected files ...

.. //depot/projects/openpam/Makefile.am#3 edit
.. //depot/projects/openpam/autogen.sh#2 edit
.. //depot/projects/openpam/bin/Makefile.am#2 edit
.. //depot/projects/openpam/bin/su/Makefile.am#2 edit
.. //depot/projects/openpam/doc/Makefile.am#2 edit
.. //depot/projects/openpam/include/Makefile.am#2 edit
.. //depot/projects/openpam/include/security/Makefile.am#3 edit
.. //depot/projects/openpam/modules/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_deny/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_permit/Makefile.am#2 edit
.. //depot/projects/openpam/modules/pam_unix/Makefile.am#2 edit

Differences ...

==== //depot/projects/openpam/Makefile.am#3 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/Makefile.am#3 $
+
 SUBDIRS = lib bin modules doc include
 
 EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES

==== //depot/projects/openpam/autogen.sh#2 (text+ko) ====

@@ -1,4 +1,7 @@
 #!/bin/sh -ex
+#
+# $P4: //depot/projects/openpam/autogen.sh#2 $
+#
 
 libtoolize --copy --force
 aclocal

==== //depot/projects/openpam/bin/Makefile.am#2 (text+ko) ====

@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/bin/Makefile.am#2 $
+
 SUBDIRS = su

==== //depot/projects/openpam/bin/su/Makefile.am#2 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/bin/su/Makefile.am#2 $
+
 INCLUDES = -I$(top_srcdir)/include
 
 if WITH_PAM_SU

==== //depot/projects/openpam/doc/Makefile.am#2 (text+ko) ====

@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/doc/Makefile.am#2 $
+
 SUBDIRS = man

==== //depot/projects/openpam/include/Makefile.am#2 (text+ko) ====

@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/include/Makefile.am#2 $
+
 SUBDIRS = security

==== //depot/projects/openpam/include/security/Makefile.am#3 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/include/security/Makefile.am#3 $
+
 openpamdir = $(includedir)/security
 
 openpam_HEADERS = \

==== //depot/projects/openpam/modules/Makefile.am#2 (text+ko) ====

@@ -1,1 +1,3 @@
+# $P4: //depot/projects/openpam/modules/Makefile.am#2 $
+
 SUBDIRS = pam_unix pam_deny pam_permit

==== //depot/projects/openpam/modules/pam_deny/Makefile.am#2 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_deny/Makefile.am#2 $
+
 pkglibdir = @OPENPAM_MODULES_DIR@
 INCLUDES = -I$(top_srcdir)/include
 

==== //depot/projects/openpam/modules/pam_permit/Makefile.am#2 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_permit/Makefile.am#2 $
+
 pkglibdir = @OPENPAM_MODULES_DIR@
 INCLUDES = -I$(top_srcdir)/include
 

==== //depot/projects/openpam/modules/pam_unix/Makefile.am#2 (text+ko) ====

@@ -1,3 +1,5 @@
+# $P4: //depot/projects/openpam/modules/pam_unix/Makefile.am#2 $
+
 pkglibdir = @OPENPAM_MODULES_DIR@
 INCLUDES = -I$(top_srcdir)/include
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506091936.j59Ja4tU057733>