Set props and correct RCS ID tag.

Approved by:	re (blanket)
This commit is contained in:
Dag-Erling Smørgrav 2013-09-21 23:29:02 +00:00
parent 8d305ba0dc
commit a6a726073f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255779
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
#!/bin/sh #!/bin/sh
#
# $FreeBSD$
#
set -e set -e

View File

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # SUCH DAMAGE.
# #
# $Id$ # $FreeBSD$
# #
use strict; use strict;