mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Removed my name and (old) e-mail address from comments.
This commit is contained in:
parent
8076c80767
commit
c5f6486175
2 changed files with 4 additions and 12 deletions
|
|
@ -1,10 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# PC-card startup script
|
||||
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
#
|
||||
# $Id: rc.pccard,v 1.12 1999/05/05 19:34:29 markm Exp $
|
||||
#
|
||||
# PC-card startup script
|
||||
# $Id: rc.pccard,v 1.14 1999/07/07 01:19:12 hosokawa Exp $
|
||||
|
||||
if [ "X$pccard_enable" = X"YES" ] ; then
|
||||
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
|
||||
|
|
|
|||
|
|
@ -1,10 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# PC-card startup script
|
||||
# HOSOKAWA, Tatsumi <hosokawa@mt.cs.keio.ac.jp>
|
||||
#
|
||||
# $Id: rc.pccard,v 1.12 1999/05/05 19:34:29 markm Exp $
|
||||
#
|
||||
# PC-card startup script
|
||||
# $Id: rc.pccard,v 1.14 1999/07/07 01:19:12 hosokawa Exp $
|
||||
|
||||
if [ "X$pccard_enable" = X"YES" ] ; then
|
||||
if [ "x$pccard_mem" != "xDEFAULT" ] ; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue