Harald Hoyer
4148f08bd3
fix(cifs): shellcheck for modules.d/95cifs
2021-03-30 03:39:47 +02:00
Harald Hoyer
9a52c3fdb0
style: shfmt reformat
...
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64 " -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
2021-03-13 20:10:43 +01:00
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
2014-08-29 13:38:47 +02:00
Harald Hoyer
de74e1ef41
Rewrite "rootok" and "netroot" logic
...
Previously if "$rootok" = 1, parsing of netroot command line arguments
was skipped. For multiple netroot arguments, all parse scripts have to
run.
Previously only the first netroot argument was taken into account for
the parsing scripts. Now every netroot argument is processed.
2013-09-04 09:49:19 +02:00
Harald Hoyer
a7473ef379
cifs/parse-cifsroot.sh: fixed more root/netroot parsing
2012-07-27 12:40:55 +02:00
Harald Hoyer
82b1739dce
cifs/parse-cifsroot.sh: do not unset netroot, we need it
2012-07-27 11:54:24 +02:00
Mike Gorse
d580636e97
Added cifs
2012-07-26 18:51:45 +02:00