]> err.no Git - systemd/commitdiff
Merge remote branch 'origin/master'
authorTollef Fog Heen <tfheen@err.no>
Thu, 27 May 2010 20:59:13 +0000 (22:59 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 27 May 2010 20:59:13 +0000 (22:59 +0200)
Conflicts:
units/getty@.service.m4
units/multi-user.target.m4

1  2 
Makefile.am
units/getty@.service.m4
units/multi-user.target.m4

diff --cc Makefile.am
index 2bbec807040492d82b285d5ef96807aec82c6424,a15777e36fce570c899f130beba28db994a3348b..e151b4a9873fc02c7331df7764d0ea8fb677ceeb
@@@ -118,15 -154,17 +154,24 @@@ dist_systemunit_DATA += 
        units/fedora/rc-local.service \
        units/fedora/reboot.service \
        units/fedora/sysinit.service
 +else
 +if TARGET_DEBIAN
 +dist_systemunit_DATA += \
 +      units/debian/halt.service \
 +      units/debian/killall.service \
 +      units/debian/poweroff.service \
 +      units/debian/reboot.service \
  endif
  
+ if TARGET_GENTOO
+ dist_systemunit_DATA += \
+       units/gentoo/halt.service \
+       units/gentoo/killall.service \
+       units/gentoo/poweroff.service \
+       units/gentoo/reboot.service \
+       units/gentoo/xdm.service
+ endif
  # This is needed because automake is buggy in how it generates the
  # rules for C programs, but not Vala programs.  We therefore can't
  # list the .h files as dependencies if we want make dist to work.
index 09eff9ede75f23a286bff1a0bf609011ec7d6cf6,31e8415c0367d4c1c4bf4aed18ef96818531771f..d330fdf32b03626a2f4e1dd2d57f0cd99fd9b2a7
@@@ -6,17 -4,10 +4,10 @@@
  #  under the terms of the GNU General Public License as published by
  #  the Free Software Foundation; either version 2 of the License, or
  #  (at your option) any later version.
- #
- #  systemd is distributed in the hope that it will be useful, but
- #  WITHOUT ANY WARRANTY; without even the implied warranty of
- #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- #  General Public License for more details.
- #
- #  You should have received a copy of the GNU General Public License
- #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
  
  m4_ifdef(`TARGET_FEDORA', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
 -m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400')')m4_dnl
+ m4_ifdef(`TARGET_SUSE', `m4_define(`GETTY', `/sbin/mingetty')')m4_dnl
 +m4_ifdef(`TARGET_DEBIAN', `m4_define(`GETTY', `/sbin/getty 38400 %I')')m4_dnl
  m4_ifdef(`TARGET_GENTOO', `m4_define(`GETTY', `/sbin/agetty 38400')')m4_dnl
  m4_dnl
  [Unit]
index bbb5224f2b18be755fe4371ca5b024b29e7fce3b,2cc74893eddfd1ceea3be9705372e50ca9d597d8..c808414aa6e4cd08b76a860999f35cd129bb8ca2
@@@ -27,8 -17,6 +17,11 @@@ m4_ifdef(`TARGET_FEDORA'
  m4_dnl On Fedora Runlevel 3 is multi-user
  Names=runlevel3.target
  )m4_dnl
 +m4_dnl
 +m4_ifdef(`TARGET_DEBIAN',
 +m4_dnl On Debian Runlevel 2, 3, 4 and 5 are multi-user
 +Names=runlevel2.target runlevel3.target runlevel4.target runlevel5.target
 +)m4_dnl
+ m4_ifdef(`TARGET_SUSE',
+ Names=runlevel3.target
+ )m4_dnl