diff options
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 3e27c48315c44..94ea2b58ae31d 100644 --- a/libexec/save-entropy/Makefile +++ b/libexec/save-entropy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/save-entropy/Makefile,v 1.4 2004/12/21 08:46:52 ru Exp $ SCRIPTS= save-entropy.sh NO_OBJ= diff --git a/libexec/save-entropy/save-entropy.sh b/libexec/save-entropy/save-entropy.sh index b5b37d40c3c7a..a4657f758f380 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.3.2.1 2006/09/01 23:58:46 dougb Exp $ # This script is called by cron to store bits of randomness which are # then used to seed /dev/random on boot. |