Changeset e814bfe in bootscripts-standard for bootscripts/cblfs/sysconfig
- Timestamp:
- Jul 10, 2014, 3:25:23 AM (10 years ago)
- Branches:
- master
- Children:
- 421f21a
- Parents:
- 27f8c17
- Location:
- bootscripts/cblfs/sysconfig
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/cblfs/sysconfig/autofs.conf
r27f8c17 re814bfe 17 17 localoptions='' 18 18 daemonoptions='--timeout 60' 19 piddir=/ var/run19 piddir=/run 20 20 pidroot=autofs 21 21 -
bootscripts/cblfs/sysconfig/network-devices/services/dhcpcd
r27f8c17 re814bfe 10 10 . $IFCONFIG 11 11 12 pidfile="/ var/run/dhcpcd-$1.pid"12 pidfile="/run/dhcpcd-$1.pid" 13 13 14 14 case "$2" in
Note:
See TracChangeset
for help on using the changeset viewer.