diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-01-10 05:53:29 +0000 |
| commit | 58c9ff44c8041f394c663cb9640e9b77fe07bb13 (patch) | |
| tree | 12d4abc1c0c60a62d4a8ea721bc71a33f8add090 /libexec/save-entropy | |
| parent | 7dbb88eb2eb84f4a17a783cbbb3a3c5e0051dea2 (diff) | |
Diffstat (limited to 'libexec/save-entropy')
| -rw-r--r-- | libexec/save-entropy/Makefile | 2 | ||||
| -rwxr-xr-x | libexec/save-entropy/save-entropy.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/save-entropy/Makefile b/libexec/save-entropy/Makefile index 40ed88a2b336..38f6746574db 100644 --- a/libexec/save-entropy/Makefile +++ b/libexec/save-entropy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/save-entropy/Makefile,v 1.3 2003/04/01 12:37:54 ru Exp $ SCRIPTS= save-entropy.sh NOOBJ= diff --git a/libexec/save-entropy/save-entropy.sh b/libexec/save-entropy/save-entropy.sh index 82b96ca56912..2faa4891b27c 100755 --- a/libexec/save-entropy/save-entropy.sh +++ b/libexec/save-entropy/save-entropy.sh @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/libexec/save-entropy/save-entropy.sh,v 1.2 2001/01/14 07:18:31 dougb Exp $ # This script is called by cron to store bits of randomness which are # then used to seed /dev/random on boot. |
