Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 15:17:46 -0600
From:      Steven Farmer <steve@megahack.com>
To:        freebsd-stable@freebsd.org
Subject:   Should /sbin/mount_smbfs be static?
Message-ID:  <15423.22138.622826.566389@catbert.megahack.com>

next in thread | raw e-mail | index | archive | help
Is it ok for /sbin/mount_smbfs to be dynamically linked?  Just
wondering, since I noticed that it's the only thing /sbin that is:

[catbert] ~> uname -a
FreeBSD catbert.megahack.com 4.5-RC FreeBSD 4.5-RC #0: Fri Jan 11 12:32:22 CST 2002     steve@catbert.megahack.com:/usr/obj/usr/src/sys/CATBERT  i386
[catbert] ~> file /sbin/mount_smbfs
/sbin/mount_smbfs: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), dynamically linked (uses shared libs), stripped
[catbert] ~> ldd /sbin/mount_smbfs
/sbin/mount_smbfs:
	libsmb.so.1 => /usr/lib/libsmb.so.1 (0x28066000)
	libc.so.4 => /usr/lib/libc.so.4 (0x28071000)






To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15423.22138.622826.566389>