diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-27 17:44:53 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-27 17:44:53 +0000 |
commit | 71d2c82e3bd346977054169fa8ce37301ec9c9e5 (patch) | |
tree | 69482b4a4eeceb8f6e8da838a122b5b714290eae /sysutils/freebsd-snapshot | |
parent | f146dd6db488b732edd2632b36d54bbb11d4a6a9 (diff) | |
download | ports-71d2c82e3bd346977054169fa8ce37301ec9c9e5.tar.gz ports-71d2c82e3bd346977054169fa8ce37301ec9c9e5.zip |
Notes
Diffstat (limited to 'sysutils/freebsd-snapshot')
-rw-r--r-- | sysutils/freebsd-snapshot/Makefile | 2 | ||||
-rw-r--r-- | sysutils/freebsd-snapshot/pkg-descr | 10 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/freebsd-snapshot/Makefile b/sysutils/freebsd-snapshot/Makefile index 61391dd4605c..a71cf241402f 100644 --- a/sysutils/freebsd-snapshot/Makefile +++ b/sysutils/freebsd-snapshot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://people.freebsd.org/~rse/dist/ MAINTAINER= gtodd@bellanet.org -COMMENT= UFS2 snapshot utilities by Ralf S. Engelschall +COMMENT= Convenience frontend tools for the management of UFS2 snapshots USE_REINPLACE= yes NO_BUILD= yes diff --git a/sysutils/freebsd-snapshot/pkg-descr b/sysutils/freebsd-snapshot/pkg-descr index 8df7798c9378..5eeeb18e377a 100644 --- a/sysutils/freebsd-snapshot/pkg-descr +++ b/sysutils/freebsd-snapshot/pkg-descr @@ -1,6 +1,10 @@ -FreeBSD UFS2 Snapshots Management Environment - -For more information on these utilities see WWW. +freebsd-snapshot is set of convenience frontend tools to mount(8) +and mdconfig(8) for the management of UFS2 snapshots. It is +also the under-lying tool used in the periodic snapshot +scheduler periodic-snapshot(8) and the mounting/unmouning +command in the amd(8) map /usr/local/etc/amd.map.snap. It +provides the making, expiring, visiting, mounting and +unmounting of filesystem snapshots. Author: Graham Todd <gtodd@bellanet.org> WWW: http://people.freebsd.org/~rse/snapshot/ |