Angel Yankov
e1276e6a5e
- Remove stray line from rsync-usr-etc.patch OBS-URL: https://build.opensuse.org/package/show/network/rsync?expand=0&rev=127
7 lines
151 B
Bash
7 lines
151 B
Bash
#!/bin/sh
|
|
|
|
# We need this wrapper instead of a plain symlink to be able to set
|
|
# a different SELinux label on this
|
|
exec -a rsyncd /usr/bin/rsync "$@"
|
|
|