TIVI-227: Add nsswitch.conf to fix localhost resolution issue submit/2.0alpha/20121115.195028
authorGraydon, Tracy <tracy.graydon@intel.com>
Thu, 15 Nov 2012 19:50:16 +0000 (11:50 -0800)
committerGraydon, Tracy <tracy.graydon@intel.com>
Thu, 15 Nov 2012 19:50:16 +0000 (11:50 -0800)
etc/inittab [changed mode: 0755->0644]
etc/mtools.conf [changed mode: 0755->0644]
etc/nsswitch.conf [new file with mode: 0644]
packaging/system-plugin-ia-generic.changes
packaging/system-plugin-ia-generic.spec

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
diff --git a/etc/nsswitch.conf b/etc/nsswitch.conf
new file mode 100644 (file)
index 0000000..4d2a763
--- /dev/null
@@ -0,0 +1,19 @@
+# /etc/nsswitch.conf
+#
+# Example configuration of GNU Name Service Switch functionality.
+#
+
+passwd:                db files
+group:         db files
+shadow:                db files
+gshadow:       files
+
+hosts:         files dns
+networks:      files dns
+
+protocols:     db files
+services:      db files
+ethers:                db files
+rpc:           db files
+
+netgroup:      db files
index 2334ac7..c6d073a 100644 (file)
@@ -1,10 +1,6 @@
-* Thu Nov 7 2012 Rusty Lynch <rusty.lynch@intel.com> submit/2.0alpha-wayland/20121108.022441@7e05691
-- Fix menu-screen auto startup.
-- Fix packaging to be consistent with Tizen guidelines
-
-* Sat Nov  3 01:14:36 UTC 2012 - tracy.graydon@intel.com
-- Fix a couple of issues in rc.firstboot causing funky errors on start up.
-- Add rc.emul and rc.network explicitly to spec 
+* Thu Nov 15 19:41:07 UTC 2012 - tracy.graydon@intel.com
+- TIVI-227: Add nsswitch.conf file to fix localhost resolution issue 
+- Fixed some file permisisons on etc/*.conf files
 
 * Thu Aug 09 2012 Arron <arron.wang@intel.com>
 - Add Tizen wifi port script, due to we don't need load/unload wifi
index 74b4702..43c401c 100644 (file)
@@ -6,6 +6,8 @@ Group: System/Base
 Release: 1
 Source: %{name}-%{version}.tar.bz2
 Source1001: packaging/system-plugin-ia-generic.manifest 
+# >> gbp-patch-tags         # auto-added by gbp
+# << gbp-patch-tags         # auto-added by gbp
 Requires: udev
 ExclusiveArch: %ix86 x86_64
 
@@ -15,6 +17,8 @@ Startup files
 
 %prep
 %setup -q
+# >> gbp-apply-patches    # auto-added by gbp
+# << gbp-apply-patches    # auto-added by gbp
 
 %build
 cp %{SOURCE1001} .
@@ -24,11 +28,14 @@ cp -a etc %{buildroot}
 cp -a usr %{buildroot}
 
 
+
+
 %files
 %manifest system-plugin-ia-generic.manifest
 /etc/fstab
 %config(noreplace) /etc/inittab
 %exclude %config(noreplace) /etc/mtools.conf
+/etc/nsswitch.conf
 /etc/profile.d/system.sh
 /etc/profile.d/fonts.sh
 /etc/rc.d/rc.entersleep
@@ -36,6 +43,5 @@ cp -a usr %{buildroot}
 /etc/rc.d/rc.leavesleep
 /etc/rc.d/rc.shutdown
 /etc/rc.d/rc.sysinit
-/etc/rc.d/rc.emul
-/etc/rc.d/rc.network
+/etc/rc.d/rc.*
 /usr/bin/wlan.sh