Date: Thu, 19 Dec 2002 17:06:04 -0000 From: "Barry Byrne" <barry.byrne@wbtsystems.com> To: <adaml@visimation.com>, "'freebsd-questions'" <freebsd-questions@FreeBSD.ORG> Subject: RE: Problem with my startup script? Message-ID: <NCBBIAMNAKDKFJIIGNPKKEJFKHAA.barry.byrne@wbtsystems.com> In-Reply-To: <002001c2a77f$f40db760$6f00000a@5adam5>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Adam Lofstedt > I am trying to mount a windows share at boot with mount_smbfs. Since I > have to use the noauto option in fstab (filesystems in fstab are mounted > before the network is initialized), I have created a startup script > (smbfsstartup.sh) and placed it in /usr/local/etc/rc.d: > Local Package Initialization : (skipping smbfsstartup.sh, not > executable). Is your script executable? Try: chown root:wheel /usr/local/etc/rc.d/smbfsstartup.sh chmod 744 /usr/local/etc/rc.d/smbfsstartup.sh - Barry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NCBBIAMNAKDKFJIIGNPKKEJFKHAA.barry.byrne>