[yast-devel] [PATCH yast-restore] Use /etc/hostname instead of /etc/HOSTNAME
--- src/Restore.ycp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Restore.ycp b/src/Restore.ycp index ad3391c..ffb1040 100644 --- a/src/Restore.ycp +++ b/src/Restore.ycp @@ -897,7 +897,7 @@ you may find current contact information at www.novell.com "kdebase3" : $["descr" : "KDE base package: base system", "files":["/etc/opt/kde3/share/config/kdm/kdmrc"], "prefix" : "", "sel_type" : "X", "vers" : "3.0-19"], "mozilla" : $["descr" : "Open Source WWW browser", "files" : ["/opt/mozilla/chrome/installed-chrome.txt"], "prefix" : "", "sel_type" : "X", "vers" : "0.9.8-54"], "lprng" : $["descr" : "LPRng Print Spooler", "files" : ["/etc/init.d/lpd"], "prefix" : "", "sel_type" : "X", "vers" : "3.8.5-49"], - "netcfg":$["descr" : "Network configuration files in /etc", "files" : ["/etc/HOSTNAME", "/etc/defaultdomain", "/etc/exports", "/etc/hosts"], "prefix":"", "sel_type":"X", "vers":"2002.3.20-0"] + "netcfg":$["descr" : "Network configuration files in /etc", "files" : ["/etc/hostname", "/etc/defaultdomain", "/etc/exports", "/etc/hosts"], "prefix":"", "sel_type":"X", "vers":"2002.3.20-0"] ]; // set default selection -- 1.8.2.3 -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 05/19/2013 11:18 PM, Cristian Rodríguez wrote:
--- src/Restore.ycp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Restore.ycp b/src/Restore.ycp index ad3391c..ffb1040 100644 --- a/src/Restore.ycp +++ b/src/Restore.ycp @@ -897,7 +897,7 @@ you may find current contact information at www.novell.com "kdebase3" : $["descr" : "KDE base package: base system", "files":["/etc/opt/kde3/share/config/kdm/kdmrc"], "prefix" : "", "sel_type" : "X", "vers" : "3.0-19"], "mozilla" : $["descr" : "Open Source WWW browser", "files" : ["/opt/mozilla/chrome/installed-chrome.txt"], "prefix" : "", "sel_type" : "X", "vers" : "0.9.8-54"], "lprng" : $["descr" : "LPRng Print Spooler", "files" : ["/etc/init.d/lpd"], "prefix" : "", "sel_type" : "X", "vers" : "3.8.5-49"], - "netcfg":$["descr" : "Network configuration files in /etc", "files" : ["/etc/HOSTNAME", "/etc/defaultdomain", "/etc/exports", "/etc/hosts"], "prefix":"", "sel_type":"X", "vers":"2002.3.20-0"] + "netcfg":$["descr" : "Network configuration files in /etc", "files" : ["/etc/hostname", "/etc/defaultdomain", "/etc/exports", "/etc/hosts"], "prefix":"", "sel_type":"X", "vers":"2002.3.20-0"] ];
// set default selection
Hi Cristian, Thanks for the patches, but is there are reason why don't you just fork a YaST repo at GitHub and make a pull request with the changes? It's IMO much simpler. Plus you would then get "your" lines in the code :) BTW, I'm missing reference to Bugzilla and also changes in .spec(.in) file that would define from which version of netcfg package us this relevant. See https://help.github.com/articles/fork-a-repo https://github.com/yast Bye Lukas -- Lukas Ocilka, Cloud & Systems Management Department SUSE LINUX s.r.o., Praha -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
On 05/20/2013 11:03 AM, Lukas Ocilka wrote:
Hi Cristian,
Thanks for the patches, but is there are reason why don't you just fork
is there 'any' reason
a YaST repo at GitHub and make a pull request with the changes? It's IMO much simpler. Plus you would then get "your" lines in the code :)
BTW, I'm missing reference to Bugzilla and also changes in .spec(.in) file that would define from which version of netcfg package us this
package 'is' this
relevant.
I guess I need more coffee :) Bye Lukas -- Lukas Ocilka, Cloud & Systems Management Department SUSE LINUX s.r.o., Praha -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org To contact the owner, e-mail: yast-devel+owner@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Lukas Ocilka