Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created December 13, 2011 04:53
Show Gist options
  • Select an option

  • Save jyotty/1470660 to your computer and use it in GitHub Desktop.

Select an option

Save jyotty/1470660 to your computer and use it in GitHub Desktop.
YES IT LOOKS REASONABLE
The following changes, which occurred between FreeBSD 7.3-RELEASE and
FreeBSD 7.4-RELEASE have been merged into /etc/passwd:
--- current version
+++ new version
@@ -1,6 +1,6 @@
-# $FreeBSD: src/etc/master.passwd,v 1.40.24.1 2010/02/10 00:26:20 kensmith Exp $
+# $FreeBSD: src/etc/master.passwd,v 1.40.26.1 2010/12/21 17:10:29 kensmith Exp $
#
root:*:0:0:Charlie &:/root:/bin/tcsh
toor:*:0:0:Bourne-again Superuser:/root:
daemon:*:1:1:Owner of many system processes:/root:/sbin/nologin
operator:*:2:5:System &:/:/sbin/nologin
Does this look reasonable (y/n)? y
The following changes, which occurred between FreeBSD 7.3-RELEASE and
FreeBSD 7.4-RELEASE have been merged into /etc/periodic/daily/440.status-mailq:
--- current version
+++ new version
@@ -1,8 +1,8 @@
#!/bin/sh
#
-# $FreeBSD: src/etc/periodic/daily/440.status-mailq,v 1.11.12.1 2010/02/10 00:26:20 kensmith Exp $
+# $FreeBSD: src/etc/periodic/daily/440.status-mailq,v 1.11.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $
#
# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/periodic.conf ]
@@ -55,10 +55,10 @@
esac | tee /dev/stderr | fgrep -v 'mqueue is empty' | wc -l)
[ $rc -gt 1 ] && rc=1
fi;;
esac
fi;;
-
+
*) rc=0;;
esac
exit $rc
Does this look reasonable (y/n)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment