mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/seaweedfs: move binary to /bin/
This commit is contained in:
parent
49ba7b28f0
commit
14d415d54f
3 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@ SeaweedFS presents a simple interface behind a complex distributed system.
|
||||||
For a single node "demo setup" you can just run:
|
For a single node "demo setup" you can just run:
|
||||||
|
|
||||||
$ mkdir /tmp/weeds
|
$ mkdir /tmp/weeds
|
||||||
$ %%PREFIX%%/sbin/weed -logtostderr server -dir /tmp/weeds -s3
|
$ %%PREFIX%%/bin/weed -logtostderr server -dir /tmp/weeds -s3
|
||||||
|
|
||||||
For a more typical setup, you should have either 1 or 3 masters, and
|
For a more typical setup, you should have either 1 or 3 masters, and
|
||||||
multiple filers, with replication enabled.
|
multiple filers, with replication enabled.
|
||||||
|
|
|
@ -59,7 +59,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pidfile=/var/run/seaweedfs.pid
|
pidfile=/var/run/seaweedfs.pid
|
||||||
procname="%%PREFIX%%/sbin/weed"
|
procname="%%PREFIX%%/bin/weed"
|
||||||
command="/usr/sbin/daemon"
|
command="/usr/sbin/daemon"
|
||||||
command_args="-f -t ${name} ${seaweedfs_syslog_flags} -p ${pidfile} ${procname} ${seaweedfs_options}"
|
command_args="-f -t ${name} ${seaweedfs_syslog_flags} -p ${pidfile} ${procname} ${seaweedfs_options}"
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,4 @@
|
||||||
%%ETCDIR%%/notification.toml.sample
|
%%ETCDIR%%/notification.toml.sample
|
||||||
%%ETCDIR%%/replication.toml.sample
|
%%ETCDIR%%/replication.toml.sample
|
||||||
%%ETCDIR%%/security.toml.sample
|
%%ETCDIR%%/security.toml.sample
|
||||||
@mode 0755
|
bin/weed
|
||||||
sbin/weed
|
|
||||||
@mode
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue