Skip to content

Instantly share code, notes, and snippets.

@mattikus
Created May 21, 2014 17:03
Show Gist options
  • Save mattikus/7f25d9e9f27c68c67c13 to your computer and use it in GitHub Desktop.
Save mattikus/7f25d9e9f27c68c67c13 to your computer and use it in GitHub Desktop.
*snip*
Running: /sbin/chkconfig --list bcfg2
< bcfg2 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Running: /sbin/service bcfg2 status
*snip*
Running: /sbin/chkconfig --list
< abrt-ccpp 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< abrt-oops 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< abrtd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< acpid 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< atd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
< avahi-daemon 0:off 1:off 2:off 3:off 4:off 5:off 6:off
< bcfg2 0:off 1:off 2:off 3:off 4:off 5:off 6:off
*snip*
Installing entries in the following bundle(s):
bcfg2
Running: /sbin/chkconfig --add bcfg2
Installing Service bcfg2
Running: /sbin/chkconfig bcfg2 off
Stopping service bcfg2
Running: /sbin/service bcfg2 stop
The Following Bundles have been modified:
bcfg2
Verifying package instances for bcfg2
Verifying: 0:bcfg2-1.3.4-1.el6.noarch
Running: /sbin/chkconfig --list bcfg2
< bcfg2 0:off 1:off 2:off 3:off 4:off 5:off 6:off
Running: /sbin/service bcfg2 status
*snip*
Running: /sbin/chkconfig --add bcfg2
Installing Service bcfg2
Running: /sbin/chkconfig bcfg2 off
Stopping service bcfg2
Running: /sbin/service bcfg2 stop
Bundle bcfg2 was modified
Stopping service bcfg2
Running: /sbin/service bcfg2 stop
*snip*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment