SPECS: mksh.spec - if /bin/sh is not removed it shouldn't be adde...

glen glen at pld-linux.org
Tue Oct 16 04:11:07 CEST 2007


Author: glen                         Date: Tue Oct 16 02:11:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
-  if /bin/sh is not removed it shouldn't be added either
  besides this pkg doesn't have it in %files

---- Files affected:
SPECS:
   mksh.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/mksh.spec
diff -u SPECS/mksh.spec:1.3 SPECS/mksh.spec:1.4
--- SPECS/mksh.spec:1.3	Tue Oct 16 04:07:21 2007
+++ SPECS/mksh.spec	Tue Oct 16 04:11:02 2007
@@ -53,7 +53,7 @@
 	for l in f:lines() do t[l]=l; end
 	f:close()
 end
-for _, s in ipairs({"/bin/mksh", "/bin/sh"}) do
+for _, s in ipairs({"/bin/mksh"}) do
 	if not t[s] then
 		f = io.open("/etc/shells", "a"); f:write(s.."\n"); f:close()
 	end
@@ -86,6 +86,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007/10/16 02:11:02  glen
+-  if /bin/sh is not removed it shouldn't be added either
+  besides this pkg doesn't have it in %files
+
 Revision 1.3  2007/10/16 02:07:21  glen
 - cleanups, tabs, adapters
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mksh.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list