Remove `$Name$' leftovers from the port version reporting.

Noticed by:	Craig Rodrigues
Approved by:	bms(mentor)
This commit is contained in:
Max Laier 2004-03-10 15:08:21 +00:00
parent cf339f9bb9
commit 7b3832e8d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126812
3 changed files with 0 additions and 3 deletions

View file

@ -363,7 +363,6 @@ pflog_modevent(module_t mod, int type, void *data)
case MOD_LOAD:
LIST_INIT(&pflog_list);
if_clone_attach(&pflog_cloner);
printf("pflog: $Name: $\n");
break;
case MOD_UNLOAD:

View file

@ -527,7 +527,6 @@ pfsync_modevent(module_t mod, int type, void *data)
case MOD_LOAD:
LIST_INIT(&pfsync_list);
if_clone_attach(&pfsync_cloner);
printf("pfsync: $Name: $\n");
break;
case MOD_UNLOAD:

View file

@ -3221,7 +3221,6 @@ pf_load(void)
++pfaltq_ref;
mtx_unlock(&pf_altq_mtx);
#endif
printf("pf: $Name: $\n");
return (0);
}