
Modified rsync-config to add support for Debian packaging. Test Plan: PASS: Package installed and ISO built successfully Story: 2009256 Task: 43805 Signed-off-by: Matheus Machado Guilhermino <Matheus.MachadoGuilhermino@windriver.com> Change-Id: I6b419ae029b4dced11eca020b57862dd783ca423
11 lines
156 B
Bash
11 lines
156 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cp /usr/share/starlingx/rsyncd.conf /etc/rsyncd.conf
|
|
|
|
chmod 644 /usr/share/starlingx/rsyncd.conf
|
|
chmod 644 /etc/rsyncd.conf
|
|
|
|
#DEBHELPER#
|