X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2FZConfig.cc;h=2be2503ed611e1aab491c3f37b2af8db0d1e6777;hb=b10d12946a18c12c18fb008b20dd25952fc07cbb;hp=2a063c343de2dc6e28515d38599e499b70c17768;hpb=6f3c891e17c963b27a828134fe4876efce9e7cb1;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/ZConfig.cc b/zypp/ZConfig.cc index 2a063c3..2be2503 100644 --- a/zypp/ZConfig.cc +++ b/zypp/ZConfig.cc @@ -976,6 +976,12 @@ namespace zypp ? (configPath()/"services.d") : _pimpl->cfg_known_services_path ); } + Pathname ZConfig::needrebootFile() const + { return configPath()/"needreboot"; } + + Pathname ZConfig::needrebootPath() const + { return configPath()/"needreboot.d"; } + Pathname ZConfig::varsPath() const { return ( _pimpl->cfg_vars_path.empty()