From e2d8830efcddfde6cb46404ec00785e52b514fa2 Mon Sep 17 00:00:00 2001 From: Brad Date: Fri, 2 Sep 2011 16:53:28 -0400 Subject: Allow overriding the location of Samba's smbd. Allow overriding the location of Samba's smbd. Pretty much every OS I look at has some means of changing this path (patching) so lets just make it easier for OS developers creating packages and/or end users to override the location. Signed-off-by: Brad Smith Reviewed-by: Stefan Hajnoczi Signed-off-by: Blue Swirl --- net.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index 5a7881cf67..9f633f8432 100644 --- a/net.h +++ b/net.h @@ -174,11 +174,6 @@ int do_netdev_del(Monitor *mon, const QDict *qdict, QObject **ret_data); #define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup" #define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/qemu-ifdown" -#ifdef __sun__ -#define SMBD_COMMAND "/usr/sfw/sbin/smbd" -#else -#define SMBD_COMMAND "/usr/sbin/smbd" -#endif void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); -- cgit 1.4.1