Skip to content

Commit

Permalink
net/seaweedfs: move binary to /bin/
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed Dec 21, 2021
1 parent 49ba7b2 commit 14d415d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion net/seaweedfs/files/pkg-message.in
Expand Up @@ -6,7 +6,7 @@ SeaweedFS presents a simple interface behind a complex distributed system.
For a single node "demo setup" you can just run:

$ 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
multiple filers, with replication enabled.
Expand Down
2 changes: 1 addition & 1 deletion net/seaweedfs/files/seaweedfs.in
Expand Up @@ -59,7 +59,7 @@ else
fi

pidfile=/var/run/seaweedfs.pid
procname="%%PREFIX%%/sbin/weed"
procname="%%PREFIX%%/bin/weed"
command="/usr/sbin/daemon"
command_args="-f -t ${name} ${seaweedfs_syslog_flags} -p ${pidfile} ${procname} ${seaweedfs_options}"

Expand Down
4 changes: 1 addition & 3 deletions net/seaweedfs/pkg-plist
Expand Up @@ -7,6 +7,4 @@
%%ETCDIR%%/notification.toml.sample
%%ETCDIR%%/replication.toml.sample
%%ETCDIR%%/security.toml.sample
@mode 0755
sbin/weed
@mode
bin/weed

0 comments on commit 14d415d

Please sign in to comment.