~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/update-notifier.c

  • Committer: Brian Murray
  • Date: 2013-02-22 22:17:49 UTC
  • mto: This revision was merged to the branch mainline in revision 796.
  • Revision ID: brian@canonical.com-20130222221749-2o24fhs860lr5ou6
only start uevent_init if built with ENABLE_SCP

Show diffs side-by-side

added added

removed removed

Lines of Context:
630
630
        // init release checker
631
631
        release_checker_init(un);
632
632
 
633
 
        // init uevent monitoring (missing firmware, etc.)
 
633
        // init uevent monitoring (printer support, etc.)
 
634
#ifdef ENABLE_SCP
634
635
        uevent_init();
635
 
 
 
636
#endif
636
637
        // init gio file monitoring
637
638
        monitor_init (un);
638
639