| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 10 Jan 2026 00:10:30 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20071018053128
location: https://web.archive.org/web/20071018053128/https://radmind.darwinports.com/
server-timing: captures_list;dur=0.706866, exclusion.robots;dur=0.052933, exclusion.robots.policy;dur=0.039602, esindex;dur=0.010454, cdx.remote;dur=40.722373, LoadShardBlock;dur=286.924399, PetaboxLoader3.datanode;dur=202.180264, PetaboxLoader3.resolve;dur=50.065586
x-app-server: wwwb-app246-dc8
x-ts: 302
x-tr: 366
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app246; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 10 Jan 2026 00:10:31 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Thu, 18 Oct 2007 05:35:13 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 18 Oct 2007 05:31:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_0_20071018045242_crawl102-c/52_0_20071018052918_crawl109.arc.gz
server-timing: captures_list;dur=0.541539, exclusion.robots;dur=0.020766, exclusion.robots.policy;dur=0.009824, esindex;dur=0.009760, cdx.remote;dur=24.174985, LoadShardBlock;dur=568.018096, PetaboxLoader3.datanode;dur=569.412596, load_resource;dur=332.428033, PetaboxLoader3.resolve;dur=139.431114
x-app-server: wwwb-app246-dc8
x-ts: 200
x-tr: 1026
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
radmind version 1.8.0 for Mac OS X
|
|||||||||
Thursday the 18th of October, 2007 |
|||||||||
radmind most recent diff
Scroll down toward the bottom of the page to get installation instructions for radmind. The raw portfile for radmind 1.8.0 is located here: https://radmind.darwinports.com/dports/net/radmind/Portfile Find related portfiles with the unique DarwinPorts.com search feature. # $Id: Portfile 24733 2007-05-02 04:19:48Z boeyms PortSystem 1.0 Name: radmind Version: 1.8.0 Category: net sysutils Maintainers: nomaintainer Description: Remotely administer the file systems of multiple unix machines Long Description: A suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. At its core, radmind operates as a tripwire. It is able to detect changes to any managed filesystem object, e.g. files, directories, links, etc. However, radmind goes further than just integrity checking: once a change is detected, radmind can optionally reverse the change. Platform: darwin Homepage: https://rsug.itd.umich.edu/software/radmind master_sites ${homepage}/files/ checksums md5 90073597cb7a04c42da759a9d0628229 depends_lib port:openssl port:zlib configure.args --mandir='\${prefix}/share/man' --with-radminddir='\${prefix}/var/radmind' destroot.keepdirs ${destroot}${prefix}/var/radmind/cert ${destroot}${prefix}/var/radmind/client ${destroot}${prefix}/var/radmind/command ${destroot}${prefix}/var/radmind/file ${destroot}${prefix}/var/radmind/preapply ${destroot}${prefix}/var/radmind/postapply ${destroot}${prefix}/var/radmind/special ${destroot}${prefix}/var/radmind/tmp/file ${destroot}${prefix}/var/radmind/tmp/transcript ${destroot}${prefix}/var/radmind/transcript post-destroot { cd ${worksrcpath} xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} xinstall -m 0644 COPYRIGHT README SPEC ${destroot}${prefix}/share/doc/${name} xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/cert xinstall -d -m 0755 ${destroot}${prefix}/var/radmind/client xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/command xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/file xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/preapply xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/postapply xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/special xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/tmp xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/tmp/file xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/tmp/transcript xinstall -d -m 0750 ${destroot}${prefix}/var/radmind/transcript cd ${destroot}${prefix}/var/radmind/cert system "echo 'Place ca.pem & cert.pem files in this directory.' >README" cd ${destroot}${prefix}/var/radmind/client system "echo 'Place command files in this directory.' >README" # radmind start/stop rc script (if non-Darwin) if {![variant_isset darwin]} { xinstall -d -m 0755 ${destroot}${prefix}/etc/rc.d xinstall -m 0755 ${filespath}/radmind.sh.in ${destroot}${prefix}/etc/rc.d/radmind.sh reinplace "s%__PREFIX%${prefix}%" ${destroot}${prefix}/etc/rc.d/radmind.sh } } platform darwin { startupitem.create yes startupitem.name Radmind startupitem.requires Resolver Disks startupitem.start "if \[ -f ${prefix}/var/radmind/config \]; then" startupitem.start-append "\tCheckForNetwork" startupitem.start-append "\t\[ \"\${NETWORKUP}\" = \"-YES-\" \] && \\" startupitem.start-append "\t\t${prefix}/sbin/radmind -R -u 077" startupitem.start-append "fi" startupitem.stop "/usr/bin/killall radmind" } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/radmindYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using radmind with these commands: % man radmind Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg radmind on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |




