ec818dbbc3
commit includes the default configuration files, which don't work with Debian "etch".
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# the samba package requires /proc to be present
|
|
mount --bind /proc "$1/proc"
|
|
|