This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > verm (1.5.2)

Verm is a WORM (write-once, read-many) file store to make it easy to reliably
store and replicate files.

This script requires a 'verm' user/group to exist before running.

The recommended UID/GID is 346. You can create these like so:
groupadd -g 346 verm
useradd -u 346 -g 346 -m -d /var/lib/verm verm

The following can be used to start/stop verm automatically:
/etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.verm ]; then
/etc/rc.d/rc.verm start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.verm ]; then
/etc/rc.d/rc.verm stop
fi

NOTE: google-go-lang is only needed at compile time - not needed for runtime.

This requires: google-go-lang

Maintained by: Andrew Clemons
Keywords: verm,worm,file store,replication
ChangeLog: verm

Homepage:
https://github.com/willbryant/verm

Source Downloads:
verm-1.5.2.tar.gz (7bd8fb6aea4483531ac1f5475205cfc0)

Download SlackBuild:
verm.tar.gz
verm.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
rc.verm
slack-desc
verm.SlackBuild
verm.info
verm.logrotate

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds