-
Notifications
You must be signed in to change notification settings - Fork 3
/
share-param.sh
executable file
·35 lines (29 loc) · 959 Bytes
/
share-param.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/bin/sh
#
# ? 2010 Western Digital Technologies, Inc. All rights reserved.
#
###########################################
# share setup files
###########################################
trustees=/etc/trustees.conf
sambaOverallShare=/etc/samba/overall_share
hostsConfig=/etc/hosts
networkConfig=/etc/network/interfaces
dnsConfig=/etc/resolv.conf
dhclientConfig=/etc/dhcp3/dhclient.conf
ntpConfig=/etc/default/ntpdate
smbConfig=/etc/samba/smb.conf
remoteAccessConfig=/etc/remote_access.conf
itunesConfig=/etc/forked-daapd.conf
upgrade_link=/tmp/fw_upgrade_link
userConfig=/etc/passwd
passwdConfig=/etc/shadow
smbpasswdConfig=/etc/samba/smbpasswd
ownerUid=999
adminDefaultAlias="admin-dfalias-wd"
# 3G required for F/W update
fwUpdateSpace="3000000"
fileTally=/var/local/nas_file_tally
twonky_dir=/usr/local/twonkymedia-5
# bash scripts logging for debugging use.. currently not all scripts are instrumented.
# SYSTEM_SCRIPTS_LOG="/var/log/wdscripts.log"