I have made the following changes intended for : CE:Adaptation:N900 / nokia-n900-configs
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3221 Thank You, bossbot ([email protected]) [This message was auto-generated] --- Request # 3221: Messages from BOSS: Could not notify CE-maintainers (no address found) State: review 2011-11-23T12:35:30 bossbot Reviews: accepted by bossbot : Prechecks completed; none failed. new by None Changes: submit: home:sage:branches:CE:Adaptation:N900 / nokia-n900-configs -> CE:Adaptation:N900 / nokia-n900-configs changes files: -------------- --- nokia-n900-configs.changes +++ nokia-n900-configs.changes @@ -0,0 +1,3 @@ +* Thu Nov 23 2011 Marko Saukko <[email protected]> - 0.7.2 +- Changed systemd service to multi-user.target. + spec files: ----------- --- nokia-n900-configs.spec +++ nokia-n900-configs.spec @@ -62,8 +62,8 @@ install -D -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/camera/pipelines.conf install -D -m 755 %{SOURCE6} $RPM_BUILD_ROOT/etc/profile.d/n900-qt-mtf-config.sh install -D -m 644 %{SOURCE7} $RPM_BUILD_ROOT/lib/systemd/system/%{name}.service -install -d $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/ -ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/sysinit.target.wants/%{name}.service +install -d $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/ +ln -s ../%{name}.service $RPM_BUILD_ROOT/lib/systemd/system/multi-user.target.wants/%{name}.service # << install post @@ -87,7 +87,7 @@ /lib/kbd/keymaps/arm/qwerty/nokia-n900.map %attr(755,root,root) /usr/sbin/%{name}.sh /lib/systemd/system/%{name}.service -/lib/systemd/system/sysinit.target.wants/%{name}.service +/lib/systemd/system/multi-user.target.wants/%{name}.service # Backlight %attr(755,root,root) %{_bindir}/n900-setbacklight.sh # Camera other changes: --------------
