diff options
author | Kim Hagen <khagen@multi-development.com> | 2014-04-30 22:39:14 +0200 |
---|---|---|
committer | Kim Hagen <khagen@multi-development.com> | 2014-04-30 22:39:14 +0200 |
commit | 84c14e0983b3c2b9659af2e701b606e43306ccb2 (patch) | |
tree | 74e8762091bab82922e258a47ffb7b12571a5024 /etc/init.d/vyatta-router | |
parent | 9701d11117f532bd960672b52bc5e96dcc3e33cf (diff) | |
download | vyatta-cfg-84c14e0983b3c2b9659af2e701b606e43306ccb2.tar.gz vyatta-cfg-84c14e0983b3c2b9659af2e701b606e43306ccb2.zip |
Removed dirty workaround for fuse completely.
Use Build-iso to create /etc/fuse.conf file.
Use pipe(),fork(),execl() functions instead of system() function to
call unionfs-fuse.
Diffstat (limited to 'etc/init.d/vyatta-router')
-rwxr-xr-x | etc/init.d/vyatta-router | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/etc/init.d/vyatta-router b/etc/init.d/vyatta-router index 116b2fd..9d11aab 100755 --- a/etc/init.d/vyatta-router +++ b/etc/init.d/vyatta-router @@ -50,14 +50,6 @@ if [ ! -z "$VYOS_CONFIG" ]; then fi fi -# Nothing will work without unionfs-fuse -# In squeeze fuse.conf is not world readable by default, -# ensure it's readable and includes "user_allow_other" -# for correct config operations. -# XXX: Is there a better way to do that? -echo "user_allow_other" > /etc/fuse.conf -chmod 644 /etc/fuse.conf - declare -a subinit declare -a all_subinits=( rl-system |